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
|
||||
text-align center
|
||||
> *
|
||||
white-space nowrap
|
||||
display inline-block
|
||||
margin-right 1rem
|
||||
&:last-child
|
||||
margin-right 0
|
||||
|
|
Loading…
Reference in a new issue