Fix margin on row overflow (#1411)

This commit is contained in:
ekzyis 2024-09-18 18:18:08 +02:00 committed by GitHub
parent ae579cbec3
commit 5088673b84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -2,16 +2,13 @@
margin: 1rem 0;
justify-content: start;
font-size: 110%;
gap: 0 0.5rem;
}
.nav :global .nav-link {
padding-left: 0;
}
.nav :global .nav-item:not(:first-child) {
margin-left: 1rem;
}
.nav :global .active {
border-bottom: 2px solid var(--bs-primary);
}