Skip to content

Commit

Permalink
gwt: Remove horizontal scrolling in results view.
Browse files Browse the repository at this point in the history
  • Loading branch information
calin-iorgulescu committed Mar 10, 2015
1 parent e0bf24e commit b90e18e
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
font-size: 14px;
background-color: #FFF;
padding: 30px 10px 10px 10px;
overflow: scroll;
overflow-x: scroll;
overflow-wrap: break-word;
word-wrap: break-word;
}
</ui:style>
<g:HTMLPanel>
<g:HTML styleName="{style.container}" ui:field="container"></g:HTML>
</g:HTMLPanel>
</ui:UiBinder>
</ui:UiBinder>

0 comments on commit b90e18e

Please sign in to comment.