Use display: inline-block to keep the little entry info widgets from breaking apart, rather than white-space: nowrap

This commit is contained in:
Danielle McLean 2017-11-09 12:17:07 +11:00
parent e4e8beb958
commit b47716249e
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5

View file

@ -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