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

Ka 2019 10 margins landing page #1099

Merged
merged 2 commits into from
Oct 23, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
styling/list-item and item-detail: make sure, words are brocken inste…
…ad of overflowing - fixes #1098
  • Loading branch information
fuzzylogic2000 committed Oct 22, 2019
commit fcb60c8c33c391f5ac3cf99e1f5458e4c5144e52
2 changes: 2 additions & 0 deletions liqd_product/assets/scss/components/_item_detail.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.item-detail {
margin-bottom: $spacer;
overflow-wrap: break-word;
}

.item-detail--bottom-divider {
Expand Down Expand Up @@ -32,6 +33,7 @@

.item-detail__creator {
margin-right: 0.5em;
word-break: break-word;
}

.item-detail__content {
Expand Down
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;
overflow-wrap: break-word;

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