Skip to content

Commit

Permalink
Add break-word to text
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanieMEB committed Nov 27, 2020
1 parent b0638f1 commit 27d437e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ h6 {
font-family: 'Nunito', Arial, sans-serif;
}
p,
div {
word-wrap: break-word;
}
.app-viewport {
.app-brand {
height: 66px;
Expand Down

0 comments on commit 27d437e

Please sign in to comment.