Skip to content

Commit

Permalink
prevent horizontal scrolling in popovers
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Mar 10, 2017
1 parent df5312f commit 3b4a634
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/less/gui.less
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@
margin-bottom: 5px;
font-family: @font-family-sans-serif;
}
.preview {
// to prevent horizontal scrolling in popovers
white-space: normal;
}
}

/* This class toggles the popovers for previews */
Expand Down

0 comments on commit 3b4a634

Please sign in to comment.