UX: Fix layout issues with long category names (#15604)
This commit is contained in:
parent
3f91c8835b
commit
232f840b60
|
@ -14,6 +14,7 @@
|
|||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.d-editor-textarea-wrapper {
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
.select-kit {
|
||||
.category-row {
|
||||
max-width: 345px;
|
||||
.category-status {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in New Issue