Skip to content

Commit 4133bde

Browse files
authored
Fixed text overflow in dropdown menu
1 parent 083b0b4 commit 4133bde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web_src/css/base.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,6 +1232,8 @@ img.ui.avatar,
12321232

12331233
.ui.menu .ui.dropdown.item .menu .item {
12341234
width: 100%;
1235+
overflow: hidden;
1236+
text-overflow: ellipsis;
12351237
}
12361238

12371239
.ui.dropdown .menu > .item > .floating.label {

0 commit comments

Comments
 (0)