Fix permission dropdown text might out of range in smaller screen
This commit is contained in:
parent
6be875263a
commit
86f0b10775
1 changed files with 3 additions and 0 deletions
|
@ -240,6 +240,9 @@ body {
|
||||||
}
|
}
|
||||||
.dropdown-menu > li > a {
|
.dropdown-menu > li > a {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
max-width: calc(100vw - 30px);
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.dropdown-menu.CodeMirror-other-cursor {
|
.dropdown-menu.CodeMirror-other-cursor {
|
||||||
transition: none;
|
transition: none;
|
||||||
|
|
Loading…
Reference in a new issue