Skip to content

Commit

Permalink
fix(ZNTA-2410) width of close buttons in GWT now handles text correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
kgough committed Feb 26, 2018
1 parent ecc0cab commit 3cef247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/zanata-frontend/src/app/styles/legacy.less
Expand Up @@ -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;
Expand Down

0 comments on commit 3cef247

Please sign in to comment.