fix bug in sidebar when build number has 5 or more digits
This commit is contained in:
parent
99801ee6ab
commit
c7a72644b2
|
@ -43,8 +43,11 @@ $sb-font-size: 14px
|
||||||
@include fadeOut(right, -90deg, $white)
|
@include fadeOut(right, -90deg, $white)
|
||||||
p.tile-title
|
p.tile-title
|
||||||
width: 22%
|
width: 22%
|
||||||
|
@media #{$medium-up}
|
||||||
|
white-space: nowrap
|
||||||
|
overflow: hidden
|
||||||
@media #{$xlarge-up}
|
@media #{$xlarge-up}
|
||||||
width: 17%
|
width: 18%
|
||||||
a:hover
|
a:hover
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
.icon:not(.icon--hash)
|
.icon:not(.icon--hash)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user