fix: prevent line break during slide-out transition

This commit is contained in:
Sebin Nyshkim 2023-01-18 19:23:57 +01:00
parent 4f5e6c2df3
commit cb99059ef4

View file

@ -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>