Skip to content

Commit

Permalink
fix(website): word-break: break-word; (#3410)
Browse files Browse the repository at this point in the history
Found by @corneliusroemer. Fixes overflows on seq details page. https://loculus.slack.com/archives/C05G172HL6L/p1733766470652209?thread_ts=1733766069.701169&cid=C05G172HL6L

Co-authored-by: Cornelius Roemer corneliusroemer@users.noreply.github.com
theosanderson authored Dec 9, 2024
1 parent bd9fcbc commit 98ac6f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/styles/base.scss
Original file line number Diff line number Diff line change
@@ -109,6 +109,7 @@ td {

* {
@apply break-words;
word-break: break-word;
}

.rs-input {

0 comments on commit 98ac6f3

Please sign in to comment.