mirror of
https://github.com/zadam/trilium.git
synced 2025-12-29 10:44:25 +01:00
fix(note_icon): one column short
This commit is contained in:
parent
0c9c36ea7e
commit
aa93bc5492
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user