Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
styling/list-item: make sure, words are brocken instead of overflowin…
Browse files Browse the repository at this point in the history
…g - fixes #1098
  • Loading branch information
fuzzylogic2000 committed Oct 22, 2019
1 parent b3c88e7 commit 5e59efe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions liqd_product/assets/scss/components/_list_item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
background-color: $body-bg;
margin-bottom: $spacer;
page-break-inside: avoid;
word-break: break-word;

&.selected {
background-color: $bg-secondary;
Expand Down

0 comments on commit 5e59efe

Please sign in to comment.