From 3cef247a7ab56a774890380bd5a3233c476babed Mon Sep 17 00:00:00 2001 From: kgough Date: Mon, 26 Feb 2018 15:55:24 +1000 Subject: [PATCH] fix(ZNTA-2410) width of close buttons in GWT now handles text correctly --- server/zanata-frontend/src/app/styles/legacy.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/zanata-frontend/src/app/styles/legacy.less b/server/zanata-frontend/src/app/styles/legacy.less index 20b6c55c40..e0055cecf6 100644 --- a/server/zanata-frontend/src/app/styles/legacy.less +++ b/server/zanata-frontend/src/app/styles/legacy.less @@ -98,8 +98,8 @@ right: 5px; float: right; clear: both; - width: 5%; - margin-left: 95%; + width: 6%; + margin-left: 94%; } .revision__box { display: flex !important;