From aa93bc549213c54f97a629cef0ecd122d8eac5f6 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 27 Dec 2025 19:52:11 +0200 Subject: [PATCH] fix(note_icon): one column short --- apps/client/src/widgets/note_icon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/note_icon.tsx b/apps/client/src/widgets/note_icon.tsx index e3c76970a..ed7a272c8 100644 --- a/apps/client/src/widgets/note_icon.tsx +++ b/apps/client/src/widgets/note_icon.tsx @@ -42,7 +42,7 @@ export default function NoteIcon() { className="note-icon-widget" title={t("note_icon.change_note_icon")} dropdownRef={dropdownRef} - dropdownContainerStyle={{ width: "610px" }} + dropdownContainerStyle={{ width: "620px" }} dropdownOptions={{ autoClose: "outside" }} buttonClassName={`note-icon tn-focusable-button ${icon ?? "bx bx-empty"}`} hideToggleArrow