Skip to content

Commit 86f0b10

Browse files
committed
Fix permission dropdown text might out of range in smaller screen
1 parent 6be8752 commit 86f0b10

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

public/css/index.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@ body {
240240
}
241241
.dropdown-menu > li > a {
242242
cursor: pointer;
243+
text-overflow: ellipsis;
244+
max-width: calc(100vw - 30px);
245+
overflow: hidden;
243246
}
244247
.dropdown-menu.CodeMirror-other-cursor {
245248
transition: none;

0 commit comments

Comments
 (0)