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
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ ol.entries
.card-footer
text-align center
> *
white-space nowrap
display inline-block
margin-right 1rem
&:last-child
margin-right 0