diff options
author | Igor Ustyugov | 2017-06-25 14:13:46 +0500 |
---|---|---|
committer | Igor Ustyugov | 2017-06-25 14:13:46 +0500 |
commit | 13d3c5eebeef3442bba6f7934d8cae08e8962f70 (patch) | |
tree | d1eb6afcf2a27a10beb159fefc0be87de699e473 | |
parent | bfff2e5cf430a7bc772a13c3f49bf1610aabc1e0 (diff) |
min-height msg-tags block
-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; |