From cdcdc82be182086403bc2989859ae124e8565dad Mon Sep 17 00:00:00 2001 From: Svetlana Rastegina Date: Thu, 11 Mar 2021 13:15:34 +0100 Subject: [PATCH] Fixed padding top on article title. --- webapp/src/main/webapp/themes/iph/css/iph.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 7a561ed6e..929ce0ac9 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -2867,7 +2867,10 @@ span.iconControlsNotEditable { padding-top: 5px; padding-bottom: 5px; } - +.display-title-editable { + font-size: 1.15em!important; + padding-top: 12px; +} /* -------------------------------------------------> */ /* FONTS --------------------------------> */ /* -------------------------------------------------> */