fix(client): broken layouts in editability and note type dropdowns

This commit is contained in:
Elian Doran 2025-01-28 16:18:36 +02:00
parent 546274a79d
commit aecba70efc
No known key found for this signature in database
2 changed files with 7 additions and 3 deletions

View File

@ -9,6 +9,10 @@ const TPL = `
width: 300px;
}
.editability-dropdown .dropdown-item {
display: block !important;
}
.editability-dropdown .dropdown-item div {
font-size: small;
color: var(--muted-text-color);

View File

@ -396,7 +396,7 @@ body.desktop .dropdown-menu {
color: var(--dropdown-item-icon-destructive-color);
}
.dropdown-item > span:not(.bx) {
.dropdown-item > span:not([class]) {
width: 100%;
}