Allow bulk edit menu to wrap

This commit is contained in:
Cohee
2024-05-18 17:59:59 +03:00
parent c3d6e10795
commit 0b3c49da90

View File

@@ -2068,6 +2068,7 @@ input[type="file"] {
gap: 5px; gap: 5px;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
flex-wrap: wrap;
} }
.bulk_select_checkbox { .bulk_select_checkbox {