Skip to content

Commit

Permalink
Wrap words (#863)
Browse files Browse the repository at this point in the history
* Wrap words

This ensures that longs inputs (like a long URL when authenticating) are
wrapped.

* Update src/frontend/src/styles/main.css
  • Loading branch information
nmattia authored Sep 2, 2022
1 parent bb0e417 commit 0736166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,7 @@ a:hover,
background: var(--rc-input);
color: var(--rc-onInput);
border: calc(var(--vs-line) * 2) solid var(--rc-line);
word-break: break-word;
}

.c-input.has-error,
Expand Down

0 comments on commit 0736166

Please sign in to comment.