Skip to content
Snippets Groups Projects
Commit 48366554 authored by Clément Pit-Claudel's avatar Clément Pit-Claudel
Browse files

Fix line wrapping in header links

parent ef82d5bd
Branches
Tags
No related merge requests found
...@@ -148,7 +148,7 @@ form > *:last-child { ...@@ -148,7 +148,7 @@ form > *:last-child {
.IpBanner { .IpBanner {
border: thin solid var(--taupe); border: thin solid var(--taupe);
word-wrap: break-word; word-break: break-word;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment