From f7ed97ea46ee1d0fb638bb741130b1b6e14df698 Mon Sep 17 00:00:00 2001 From: adamsvystun Date: Fri, 14 Dec 2018 17:20:48 +0100 Subject: [PATCH] Fix authors wrapping on mobile --- frontend/static/frontend/css/app.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/static/frontend/css/app.css b/frontend/static/frontend/css/app.css index cf648ff..e113904 100644 --- a/frontend/static/frontend/css/app.css +++ b/frontend/static/frontend/css/app.css @@ -134,4 +134,10 @@ button:focus { margin-top: 0; border-radius: 0; } + .authors { + flex-direction: column; + } + .authors div { + margin: 2.5px 0; + } }