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
2 changed files with 1 additions and 1 deletions

View File

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

View File

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