Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Break long words on smaller devices (#789)
Browse files Browse the repository at this point in the history
Fixes #610
  • Loading branch information
jonaharagon authored and privacytoolsIO committed Mar 30, 2019
1 parent 83ef94a commit a95c7c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
@import 'fontawesome';
@import 'sortable-theme-bootstrap';

body {
word-wrap: break-word;
}

.card {
box-shadow: $card-shadow !important;
}
Expand Down

0 comments on commit a95c7c3

Please sign in to comment.