From ed928ce2cfd9e32c548f8f22b7298cb7b355c2c9 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 16 Oct 2017 09:46:57 +0200 Subject: [PATCH] fixed line hidden --- war/src/main/resources/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/war/src/main/resources/style.css b/war/src/main/resources/style.css index 13369b5..caa3748 100644 --- a/war/src/main/resources/style.css +++ b/war/src/main/resources/style.css @@ -66,17 +66,12 @@ p { font-size: 120%; font-weight: bold; - height: 2em; - overflow: hidden; - margin: 0; padding: 0; } .article-description { font-size: 100%; - height: 3.2em; - overflow: hidden; padding: 0; margin: 0; } -- 2.7.4