diff options
author | NumEricR <eric.github@gmail.com> | 2013-08-24 09:56:59 +0200 |
---|---|---|
committer | NumEricR <eric.github@gmail.com> | 2013-08-24 09:56:59 +0200 |
commit | 6a7d7790247fdf7fdb2992638de700f6ba7da366 (patch) | |
tree | e253313063a238c4400057d8d5923d506a896b2e /tpl/css | |
parent | 5ae45084dc15adb0c7fc163e3803da780eda2fb4 (diff) | |
download | wallabag-6a7d7790247fdf7fdb2992638de700f6ba7da366.tar.gz wallabag-6a7d7790247fdf7fdb2992638de700f6ba7da366.tar.zst wallabag-6a7d7790247fdf7fdb2992638de700f6ba7da366.zip |
Fix issue on entries' height
Diffstat (limited to 'tpl/css')
-rw-r--r-- | tpl/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css index d4e6c12c..1ae3a601 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css | |||
@@ -103,6 +103,10 @@ a, a:hover, a:visited { | |||
103 | list-style-type: none; | 103 | list-style-type: none; |
104 | } | 104 | } |
105 | 105 | ||
106 | #main .entrie .tools + p { | ||
107 | min-height: 5.5em; | ||
108 | } | ||
109 | |||
106 | /* | 110 | /* |
107 | #main .entrie .tools li { | 111 | #main .entrie .tools li { |
108 | display: inline; | 112 | display: inline; |