Skip to content

Commit a4ff547

Browse files
authored
Fix text overflow in sidebar (#1184)
Co-authored-by: c4710n <c4710n@users.noreply.github.com>
1 parent d511d55 commit a4ff547

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/less/sidebar.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@
227227
padding: 0;
228228
line-height: 27px;
229229
white-space: nowrap;
230+
overflow: hidden;
231+
text-overflow: ellipsis;
230232

231233
&.open > ul {
232234
display: block;

0 commit comments

Comments
 (0)