mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 11:10:41 +01:00
chore(react/ribbon): fix width of editability select
This commit is contained in:
@@ -152,7 +152,7 @@ function EditabilitySelect({ note }: { note?: FNote | null }) {
|
|||||||
<span>{t("basic_properties.editable")}:</span>
|
<span>{t("basic_properties.editable")}:</span>
|
||||||
|
|
||||||
<FormDropdownList
|
<FormDropdownList
|
||||||
className="editability-dropdown"
|
dropdownContainerClassName="editability-dropdown"
|
||||||
values={options}
|
values={options}
|
||||||
currentValue={ readOnly ? "readOnly" : autoReadOnlyDisabled ? "autoReadOnlyDisabled" : "auto" }
|
currentValue={ readOnly ? "readOnly" : autoReadOnlyDisabled ? "autoReadOnlyDisabled" : "auto" }
|
||||||
keyProperty="value" titleProperty="label" descriptionProperty="description"
|
keyProperty="value" titleProperty="label" descriptionProperty="description"
|
||||||
|
|||||||
Reference in New Issue
Block a user