Commit d9c34c8c authored by baoyang's avatar baoyang Committed by 杨奕

fix doc side-nav text-overlapping

parent e221122b
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
margin: 0; margin: 0;
overflow: hidden; overflow: hidden;
} }
.nav-dropdown { .nav-dropdown {
margin-bottom: 6px; margin-bottom: 6px;
width: 100%; width: 100%;
...@@ -73,6 +73,9 @@ ...@@ -73,6 +73,9 @@
line-height: 40px; line-height: 40px;
font-size: 13px; font-size: 13px;
padding-left: 24px; padding-left: 24px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
&:hover { &:hover {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment