From a40686f7da689268aebfc61cc64f3f792ad12984 Mon Sep 17 00:00:00 2001 From: Kathryn Gough Date: Wed, 25 Jul 2018 12:38:04 +1000 Subject: [PATCH] fix(ZNTA-2698) remove set height value from jsf modal footers (#992) --- server/zanata-frontend/src/app/styles/frontend-jsf.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/zanata-frontend/src/app/styles/frontend-jsf.less b/server/zanata-frontend/src/app/styles/frontend-jsf.less index baf0b720d1..b71b8f465a 100644 --- a/server/zanata-frontend/src/app/styles/frontend-jsf.less +++ b/server/zanata-frontend/src/app/styles/frontend-jsf.less @@ -45,13 +45,13 @@ body.bodyStyle { background-color: @error-color !important; color: #f7f7f7 !important; } - .modal__footer { - height: auto !important; - } } .use-global, .remove-locale, .copy-proj-type, .copy-proj-val { height: 3rem !important; } + .modal__footer { + height: auto !important; + } .flex-btn-group { display: inline-flex !important; }