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