From 53ce6e6628d6751084e6a83ec5b35c3f6abf7d1b Mon Sep 17 00:00:00 2001 From: Svetlana Rastegina Date: Fri, 29 Oct 2021 17:27:06 +0200 Subject: [PATCH] Fix translation panel position. --- webapp/src/main/webapp/themes/iph/css/iph.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 32ddc9c7..c020011a 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -35,10 +35,10 @@ body { max-width: 1920px; width: 100%; height: 200px; - display: flex; + /*display: flex; flex-direction: column; flex-wrap: nowrap; - justify-content: center; + justify-content: center;*/ } a { color: #000000;