Skip to content

Commit

Permalink
Prevent wrap on footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Oct 25, 2023
1 parent ee06fc4 commit f691273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/app/Link.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
a {
color: var(--wordplay-highlight-color);
text-decoration: none;
white-space: nowrap;
}
a:focus,
Expand Down
1 change: 1 addition & 0 deletions src/components/app/Status.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
display: flex;
align-items: center;
justify-content: center;
white-space: nowrap;
}
.status.error {
Expand Down

0 comments on commit f691273

Please sign in to comment.