Skip to content

Commit

Permalink
fixes:(ZNTA-2159) version-group dropdown now showing correctly (ZNTA-…
Browse files Browse the repository at this point in the history
…2158) words no longer breaking over multiple lines in GWT
  • Loading branch information
kgough committed Aug 3, 2017
1 parent 19568c9 commit 7d37a4f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion server/zanata-frontend/src/frontend/app/styles/style.less
Expand Up @@ -6035,7 +6035,7 @@ i.i--left.i--lock, i.i--left.i--trash {
padding-bottom:@spacing-base-and-a-half;
}

.translationContainer pre.cm-s-default {
.translationContainer pre{
word-wrap: normal;
word-break: normal;
word-break: break-word; /*Chrome specific*/
Expand All @@ -6044,6 +6044,11 @@ i.i--left.i--lock, i.i--left.i--trash {
hyphens: initial;
}

.new-zanata #versionAutocomplete .autocomplete__results {
position: relative;
margin-top: -1rem;
}

// @screen-xs variable depreciated
@media (max-width: 29.375rem) {
.view {
Expand Down

0 comments on commit 7d37a4f

Please sign in to comment.