a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add explicit width to check button in InlineLinkToolbar

+1 -1
+1 -1
components/Toolbar/InlineLinkToolbar.tsx
··· 132 132 133 133 if the user changes the link, then the button reverts to a check mark. 134 134 */} 135 - <div className="flex items-center gap-3"> 135 + <div className="flex items-center gap-3 w-4"> 136 136 <button 137 137 disabled={!linkValue || linkValue === ""} 138 138 className="hover:text-accent-contrast -mr-6 disabled:text-border"