From 13d3c5eebeef3442bba6f7934d8cae08e8962f70 Mon Sep 17 00:00:00 2001 From: Igor Ustyugov Date: Sun, 25 Jun 2017 14:13:46 +0500 Subject: min-height msg-tags block --- juick-www/src/main/static/style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'juick-www/src/main/static') diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index e23c63d9..a15220dd 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -277,6 +277,7 @@ article .tags { } .msg-tags { margin-top: 5px; + min-height: 30px; } article .tags > a, .msg-tags > a { @@ -928,6 +929,7 @@ article.nsfw .ir img:hover { } .msg-tags { margin-top: 10px; + min-height: 1px; } .msg-txt { padding-top: 5px; -- cgit v1.2.3