mirror of
https://github.com/discourse/discourse.git
synced 2026-08-03 09:53:24 -05:00
UX: improve handling of long theme names in admin (#23963)
This commit is contained in:
@@ -114,6 +114,10 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
span {
|
||||
min-width: 0;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
input {
|
||||
margin: 0;
|
||||
}
|
||||
@@ -329,7 +333,7 @@
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 2em;
|
||||
@include line-clamp(4);
|
||||
.icons {
|
||||
margin-left: auto;
|
||||
}
|
||||
@@ -367,8 +371,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
.components {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.inner-wrapper {
|
||||
padding: 10px;
|
||||
box-sizing: border-box;
|
||||
padding: 0.67em;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user