forked from 00dani/lemoncurry
Use display: inline-block to keep the little entry info widgets from breaking apart, rather than white-space: nowrap
This commit is contained in:
parent
e4e8beb958
commit
b47716249e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ ol.entries
|
||||||
.card-footer
|
.card-footer
|
||||||
text-align center
|
text-align center
|
||||||
> *
|
> *
|
||||||
white-space nowrap
|
display inline-block
|
||||||
margin-right 1rem
|
margin-right 1rem
|
||||||
&:last-child
|
&:last-child
|
||||||
margin-right 0
|
margin-right 0
|
||||||
|
|
Loading…
Reference in a new issue