a tool for shared writing and social publishing

make rendered alt text in leaflet doc imageblock w-full instead of w-max

+1 -1
+1 -1
components/Blocks/ImageBlock.tsx
··· 202 202 placeholder="add alt text..." 203 203 /> 204 204 ) : ( 205 - <div className="text-sm text-secondary w-max"> {altText}</div> 205 + <div className="text-sm text-secondary w-full"> {altText}</div> 206 206 )} 207 207 </Popover> 208 208 </div>