We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9822fdf commit 6650cf1Copy full SHA for 6650cf1
assets/less/sidebar.less
@@ -230,7 +230,6 @@
230
line-height: 27px;
231
white-space: nowrap;
232
overflow: hidden;
233
- text-overflow: ellipsis;
234
235
&.open > ul {
236
display: block;
@@ -253,6 +252,10 @@
253
252
color: @groupGray;
254
}
255
+ a.expand {
256
+ text-overflow: ellipsis;
257
+ }
258
+
259
a.expand span {
260
color: @lightestGray;
261
opacity: 0;
0 commit comments