Skip to content

Commit

Permalink
Fix #945 - Break long alias into new line (#948)
Browse files Browse the repository at this point in the history
* Fix #945 - Break long alias into new line

* Update static/scss/partials/main.scss

Co-authored-by: Maxx Crawford <[email protected]>

* Remove whitespace

Co-authored-by: Maxx Crawford <[email protected]>
  • Loading branch information
codemist and maxxcrawford authored Jul 23, 2021
1 parent a5c39a5 commit 53fbf2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/scss/partials/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1375,6 +1375,10 @@ input.input-has-error {
margin: 0 auto 12px auto;
}

.modal-message strong {
word-break: break-word;
}

.modal-headline {
font-weight: 300;
font-size: 22px;
Expand Down

0 comments on commit 53fbf2f

Please sign in to comment.