From b47716249e0cb0cad1b3b6caddc6d71c5281d8d3 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 9 Nov 2017 12:17:07 +1100 Subject: [PATCH] Use display: inline-block to keep the little entry info widgets from breaking apart, rather than white-space: nowrap --- entries/static/entries/css/h-entry.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entries/static/entries/css/h-entry.styl b/entries/static/entries/css/h-entry.styl index 4bfafaf..1140bdb 100644 --- a/entries/static/entries/css/h-entry.styl +++ b/entries/static/entries/css/h-entry.styl @@ -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