mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Fix layout issues with long category names (#15604)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user