Force compact spacing with !important to override Bootstrap
This commit is contained in:
parent
fddba4e856
commit
d54444eeca
@ -8,21 +8,23 @@
|
|||||||
border: 1px solid var(--bs-border-color);
|
border: 1px solid var(--bs-border-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.changelog-nav-link {
|
.changelog-nav .changelog-nav-link {
|
||||||
padding: 0.25rem 0.5rem;
|
padding: 0.25rem 0.5rem !important;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0 !important;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
color: var(--bs-body-color);
|
color: var(--bs-body-color);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: all 0.15s ease-in-out;
|
transition: all 0.15s ease-in-out;
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem !important;
|
||||||
line-height: 1.2;
|
line-height: 1.2 !important;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.changelog-nav-link span {
|
.changelog-nav .changelog-nav-link span {
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem !important;
|
||||||
margin-top: 0.1rem;
|
margin-top: 0.1rem;
|
||||||
line-height: 1.2;
|
line-height: 1.2 !important;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.changelog-nav-link:hover {
|
.changelog-nav-link:hover {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user