fix: prevent line break during slide-out transition
This commit is contained in:
parent
4f5e6c2df3
commit
cb99059ef4
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ import { RouterLink } from "vue-router";
|
|||
display: none;
|
||||
font-size: var(--navigation-link-text-font-size);
|
||||
margin: 0 0 0 1rem;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue