From 6a7d7790247fdf7fdb2992638de700f6ba7da366 Mon Sep 17 00:00:00 2001 From: NumEricR Date: Sat, 24 Aug 2013 09:56:59 +0200 Subject: [PATCH] Fix issue on entries' height --- tpl/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) 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 { list-style-type: none; } +#main .entrie .tools + p { + min-height: 5.5em; +} + /* #main .entrie .tools li { display: inline; -- 2.41.0