apply the save shortcut only for the top open modal

This commit is contained in:
Gani Georgiev
2026-06-08 16:06:45 +03:00
parent aa7be1edd1
commit f58a65e4be
12 changed files with 38 additions and 16 deletions
+5 -2
View File
@@ -197,8 +197,11 @@
}
.field-type-bool {
&.record-field-view .label {
min-width: 48px;
&.record-field-view {
min-width: auto;
.label {
min-width: 48px;
}
}
}