Skip to content

Commit 6650cf1

Browse files
committed
Move text overflow to a to avoid false positives
1 parent 9822fdf commit 6650cf1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

assets/less/sidebar.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@
230230
line-height: 27px;
231231
white-space: nowrap;
232232
overflow: hidden;
233-
text-overflow: ellipsis;
234233

235234
&.open > ul {
236235
display: block;
@@ -253,6 +252,10 @@
253252
color: @groupGray;
254253
}
255254

255+
a.expand {
256+
text-overflow: ellipsis;
257+
}
258+
256259
a.expand span {
257260
color: @lightestGray;
258261
opacity: 0;

0 commit comments

Comments
 (0)