fix title overflow
This commit is contained in:
parent
1539113371
commit
82e8d94207
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user