UX: Fix layout issues with long category names (#15604)

This commit is contained in:
Penar Musaraj 2022-01-17 16:05:27 -05:00 committed by GitHub
parent 3f91c8835b
commit 232f840b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,7 @@
display: flex; display: flex;
flex: 1; flex: 1;
flex-direction: column; flex-direction: column;
max-width: 100%;
} }
.d-editor-textarea-wrapper { .d-editor-textarea-wrapper {

View File

@ -1,6 +1,5 @@
.select-kit { .select-kit {
.category-row { .category-row {
max-width: 345px;
.category-status { .category-status {
display: flex; display: flex;
align-items: center; align-items: center;