Skip to content

Commit

Permalink
fix(endpoint/status): fix content overflow in status page
Browse files Browse the repository at this point in the history
  • Loading branch information
macrat committed Jan 9, 2023
1 parent 5f792d2 commit 354ec61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/endpoint/templates/status.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@

.status h1 {
margin: .5rem 0;
overflow-wrap: anywhere;
}
.status h1 svg {
display: none;
Expand Down

0 comments on commit 354ec61

Please sign in to comment.