Commit d2808981 by Tom Giannattasio

fixed wiki breadcrumb arrow bug

parent fb1d9ca0
...@@ -38,22 +38,26 @@ section.wiki { ...@@ -38,22 +38,26 @@ section.wiki {
float: left; float: left;
margin-right: 10px; margin-right: 10px;
font-size: 0.9em; font-size: 0.9em;
line-height: 31px;
a { a {
display: inline-block; float: left;
max-width: 200px; display: block;
overflow: hidden; overflow: hidden;
height: 30px; height: 30px;
line-height: 31px;
max-width: 200px;
height: 100%;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
&:after { &:after {
content: '›'; content: '›';
display: inline-block; display: inline;
margin-left: 10px; margin-left: 10px;
color: $base-font-color; color: $base-font-color;
height: 30px;
line-height: 31px;
} }
} }
} }
......
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