fix title overflow

This commit is contained in:
Lisa Passing 2015-03-12 15:35:57 +01:00
parent 1539113371
commit 82e8d94207
2 changed files with 8 additions and 1 deletions

View File

@ -73,7 +73,7 @@
margin: .5em 0 0
@media #{$medium-up}
position: relative
max-height: 4.9em
height: 4.9em
overflow: hidden
&:after
@include fadeOut(bottom, 0deg, $cream-light)
@ -103,6 +103,8 @@
white-space: nowrap
&:hover
text-decoration: underline
li
white-space: nowrap
.repo-main-tools
position: absolute

View File

@ -44,6 +44,7 @@
// todo refactor
.tile-main
position: relative
h2,
small
margin: 0
@ -51,11 +52,15 @@
font-size: $font-size-m
color: $grey3
line-height: 1
white-space: nowrap
small
margin-right: .3em
font-weight: 600
a:hover
text-decoration: underline
h2
@media #{$medium-up}
@include fadeOut(right, -90deg, $cream-light)
@media #{$xlarge-up}
@include grid-column(9)