mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 01:52:45 +08:00
UX: improve handling of long theme names in admin (#23963)
This commit is contained in:
parent
3690fe59cc
commit
31797ebc40
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user