truly fix the commit message overflow

This commit is contained in:
Lisa Passing 2015-03-12 16:08:01 +01:00
parent 82e8d94207
commit 79b3f5fd3b
2 changed files with 6 additions and 5 deletions

View File

@ -56,6 +56,7 @@
margin-top: 2em
.repo-main-commit
position: relative
&,
small
margin: 0
@ -66,6 +67,11 @@
small
margin-right: .3em
font-weight: 600
@media #{$medium-up}
white-space: nowrap
overflow: hidden
&:after
@include fadeOut(right, -90deg, $cream-light)
.repo-main-description

View File

@ -44,7 +44,6 @@
// todo refactor
.tile-main
position: relative
h2,
small
margin: 0
@ -52,15 +51,11 @@
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)