truly fix the commit message overflow
This commit is contained in:
parent
82e8d94207
commit
79b3f5fd3b
|
@ -56,6 +56,7 @@
|
||||||
margin-top: 2em
|
margin-top: 2em
|
||||||
|
|
||||||
.repo-main-commit
|
.repo-main-commit
|
||||||
|
position: relative
|
||||||
&,
|
&,
|
||||||
small
|
small
|
||||||
margin: 0
|
margin: 0
|
||||||
|
@ -66,6 +67,11 @@
|
||||||
small
|
small
|
||||||
margin-right: .3em
|
margin-right: .3em
|
||||||
font-weight: 600
|
font-weight: 600
|
||||||
|
@media #{$medium-up}
|
||||||
|
white-space: nowrap
|
||||||
|
overflow: hidden
|
||||||
|
&:after
|
||||||
|
@include fadeOut(right, -90deg, $cream-light)
|
||||||
|
|
||||||
.repo-main-description
|
.repo-main-description
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,6 @@
|
||||||
|
|
||||||
// todo refactor
|
// todo refactor
|
||||||
.tile-main
|
.tile-main
|
||||||
position: relative
|
|
||||||
h2,
|
h2,
|
||||||
small
|
small
|
||||||
margin: 0
|
margin: 0
|
||||||
|
@ -52,15 +51,11 @@
|
||||||
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