fix title overflow
This commit is contained in:
parent
1539113371
commit
82e8d94207
|
@ -73,7 +73,7 @@
|
||||||
margin: .5em 0 0
|
margin: .5em 0 0
|
||||||
@media #{$medium-up}
|
@media #{$medium-up}
|
||||||
position: relative
|
position: relative
|
||||||
max-height: 4.9em
|
height: 4.9em
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
&:after
|
&:after
|
||||||
@include fadeOut(bottom, 0deg, $cream-light)
|
@include fadeOut(bottom, 0deg, $cream-light)
|
||||||
|
@ -103,6 +103,8 @@
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
&:hover
|
&:hover
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
|
li
|
||||||
|
white-space: nowrap
|
||||||
|
|
||||||
.repo-main-tools
|
.repo-main-tools
|
||||||
position: absolute
|
position: absolute
|
||||||
|
|
|
@ -44,6 +44,7 @@
|
||||||
|
|
||||||
// todo refactor
|
// todo refactor
|
||||||
.tile-main
|
.tile-main
|
||||||
|
position: relative
|
||||||
h2,
|
h2,
|
||||||
small
|
small
|
||||||
margin: 0
|
margin: 0
|
||||||
|
@ -51,11 +52,15 @@
|
||||||
font-size: $font-size-m
|
font-size: $font-size-m
|
||||||
color: $grey3
|
color: $grey3
|
||||||
line-height: 1
|
line-height: 1
|
||||||
|
white-space: nowrap
|
||||||
small
|
small
|
||||||
margin-right: .3em
|
margin-right: .3em
|
||||||
font-weight: 600
|
font-weight: 600
|
||||||
a:hover
|
a:hover
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
|
h2
|
||||||
|
@media #{$medium-up}
|
||||||
|
@include fadeOut(right, -90deg, $cream-light)
|
||||||
|
|
||||||
@media #{$xlarge-up}
|
@media #{$xlarge-up}
|
||||||
@include grid-column(9)
|
@include grid-column(9)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user