Skip to content

Commit

Permalink
Move text overflow to a to avoid false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Feb 20, 2021
1 parent 9822fdf commit 6650cf1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/less/sidebar.less
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@
line-height: 27px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

&.open > ul {
display: block;
Expand All @@ -253,6 +252,10 @@
color: @groupGray;
}

a.expand {
text-overflow: ellipsis;
}

a.expand span {
color: @lightestGray;
opacity: 0;
Expand Down

0 comments on commit 6650cf1

Please sign in to comment.