fix bug in sidebar when build number has 5 or more digits

This commit is contained in:
Lisa Passing 2015-05-04 12:26:21 +02:00
parent 99801ee6ab
commit c7a72644b2

View File

@ -43,8 +43,11 @@ $sb-font-size: 14px
@include fadeOut(right, -90deg, $white)
p.tile-title
width: 22%
@media #{$medium-up}
white-space: nowrap
overflow: hidden
@media #{$xlarge-up}
width: 17%
width: 18%
a:hover
text-decoration: underline
.icon:not(.icon--hash)