💄(sidebar): Github repos should not wrap

This commit is contained in:
Ben Gotow 2016-09-27 14:19:32 -07:00
parent 41a3573e2a
commit 53fcbfc00e

View file

@ -23,12 +23,16 @@
border-left:1px solid @border-color-divider; border-left:1px solid @border-color-divider;
margin-left: @spacing-standard/2; margin-left: @spacing-standard/2;
font-size: @font-size-smaller; font-size: @font-size-smaller;
display: flex;
a { a {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
flex: 1;
white-space: nowrap;
} }
.stars { .stars {
float:right; order: 2;
margin-left:@spacing-standard; margin-left:@spacing-standard;
} }
} }