From 5981b5a0daa68e858b21f58979a3f77f1d8e76fb Mon Sep 17 00:00:00 2001 From: rr- Date: Sun, 25 Dec 2016 21:52:25 +0100 Subject: [PATCH] client/css: fix stacking uploads in upload form --- client/css/post-upload.styl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/css/post-upload.styl b/client/css/post-upload.styl index cd684315..28a9770b 100644 --- a/client/css/post-upload.styl +++ b/client/css/post-upload.styl @@ -82,3 +82,9 @@ $cancel-button-color = tomato a color: $inactive-link-color margin-left: 0.5em + + div:last-child:after + display: block + content: ' ' + height: 1px + clear: both