mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 19:01:52 +08:00
Overflow on user controls breaks select-kit (#12592)
This commit is contained in:
parent
6f79c452c2
commit
80be6e6949
|
@ -181,28 +181,11 @@ table.user-invite-list {
|
|||
float: right;
|
||||
text-align: right;
|
||||
max-width: 13.5em;
|
||||
overflow: hidden;
|
||||
|
||||
li > div, // select-kit
|
||||
li > .select-kit-header, // select-kit
|
||||
.btn {
|
||||
min-width: 9.5em;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
li > div {
|
||||
.name {
|
||||
@include ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
.d-button-label {
|
||||
@include ellipsis;
|
||||
}
|
||||
|
||||
.selected-name {
|
||||
// select-kit
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user