Fix margin on row overflow (#1411)
This commit is contained in:
parent
ae579cbec3
commit
5088673b84
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue