Skip to content

Commit 1980733

Browse files
committed
Fixed text overflow in dropdown menu
1 parent 083b0b4 commit 1980733

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web_src/css/repo.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@
162162
left: 0;
163163
}
164164

165+
.repository .filter.menu .ui.dropdown .menu .item {
166+
overflow: hidden;
167+
text-overflow: ellipsis;
168+
}
169+
165170
.repository .select-label .desc {
166171
padding-left: 23px;
167172
}

0 commit comments

Comments
 (0)