From 2feee507ac5a0a0848201f19178c082b586701fd Mon Sep 17 00:00:00 2001 From: Svetlana Rastegina Date: Thu, 18 Mar 2021 18:37:19 +0100 Subject: [PATCH] Fixed title break on article page. --- webapp/src/main/webapp/themes/iph/css/iph.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index c83325f09..983d39baf 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -2034,6 +2034,8 @@ h3.internal-auth { border-right: none !important; margin-top: 5px; margin-right: 0px; + float: none; + display: inline; } #individual-info h2 { color: #5E6363; @@ -2823,11 +2825,11 @@ span.iconControlsEditable { #articleTitleWrapper { width: 100%; - display: flex; + /*display: flex;*/ border-bottom: 1px solid #8B4513; - flex-direction: row; + /*flex-direction: row; flex-wrap: wrap; - justify-content: flex-start; + justify-content: flex-start;*/ padding-bottom: 6px; } .articleToolsContainer {