Skip to content

Commit

Permalink
[ #403 ] - words overflowing fix ( columns )
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoAlex committed Aug 16, 2023
1 parent 125475c commit f64e4ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/css/columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
word-wrap: break-word;
}

/*
Expand Down

0 comments on commit f64e4ca

Please sign in to comment.