diff --git a/apps/client/src/widgets/note_icon.tsx b/apps/client/src/widgets/note_icon.tsx index 019995a9f7..5ca80fa01d 100644 --- a/apps/client/src/widgets/note_icon.tsx +++ b/apps/client/src/widgets/note_icon.tsx @@ -158,7 +158,7 @@ function NoteIconList({ note, onHide, columnCount }: { class="icon-list" ref={iconListRef} style={{ - width: columnCount * 48, + width: (columnCount * 48 + 10), }} onClick={(e) => { // Make sure we are not clicking on something else than a button.