mirror of
https://github.com/status-im/codimd.git
synced 2025-02-05 11:04:10 +00:00
Fix permission dropdown text might out of range in smaller screen
This commit is contained in:
parent
6be875263a
commit
86f0b10775
@ -240,6 +240,9 @@ body {
|
||||
}
|
||||
.dropdown-menu > li > a {
|
||||
cursor: pointer;
|
||||
text-overflow: ellipsis;
|
||||
max-width: calc(100vw - 30px);
|
||||
overflow: hidden;
|
||||
}
|
||||
.dropdown-menu.CodeMirror-other-cursor {
|
||||
transition: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user