diff options
Diffstat (limited to 'juick-www')
-rw-r--r-- | juick-www/src/main/static/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
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; |