Fix CSS wrapping bug in navigation on public pages for longer instance names

This commit is contained in:
Emma Winston 2019-10-01 17:31:17 +01:00
parent 142f601d41
commit 99a3cc0f92
1 changed files with 1 additions and 0 deletions

View File

@ -256,6 +256,7 @@
.brand {
display: block;
padding: 15px;
white-space: nowrap;
svg {
display: block;