Skip to content

Commit

Permalink
fix: fixed height of link boxes in GWT editor and width of wrapper on…
Browse files Browse the repository at this point in the history
… 404 pages (ZNTA-1738)
  • Loading branch information
kgough committed Feb 15, 2017
1 parent 99479a6 commit 9d9286b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions server/zanata-frontend/src/frontend/app/styles/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -5998,8 +5998,9 @@ li.more-language {
border:1px solid rgba(32,113,138,.15);
}

.new-zanata .l-wrapper {
.new-zanata .l__wrapper {
align-items:center;
display:inherit;
}

table.search-table {
Expand Down Expand Up @@ -6032,9 +6033,13 @@ i.i--left.i--lock, i.i--left.i--trash {x
width: 100%;
}

.txt--meta.content {
padding-top:0;
padding-bottom:0;
}

.tabs__content {
padding-bottom:@spacing-base-and-a-half;

}

// @screen-xs variable depreciated
Expand Down

0 comments on commit 9d9286b

Please sign in to comment.