Allow bulk edit menu to wrap
This commit is contained in:
parent
c3d6e10795
commit
0b3c49da90
|
@ -2068,6 +2068,7 @@ input[type="file"] {
|
|||
gap: 5px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.bulk_select_checkbox {
|
||||
|
@ -4892,4 +4893,4 @@ body:not(.movingUI) .drawer-content.maximized {
|
|||
.regex-operator { color: #FFB6C1; } /* Light Pink */
|
||||
.regex-flags { color: #98FB98; } /* Pale Green */
|
||||
.regex-delimiter { font-weight: bold; color: #FF6961; } /* Pastel Red */
|
||||
.regex-highlight { color: #FAF8F6; } /* Pastel White */
|
||||
.regex-highlight { color: #FAF8F6; } /* Pastel White */
|
||||
|
|
Loading…
Reference in New Issue