mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-02 21:08:12 +00:00
fix(filters): added minimum height for option sliders in statation filter card to even out spacings
This commit is contained in:
@@ -598,6 +598,7 @@ h3.hours-section-header {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
grid-template-columns: 250px 100px 1fr;
|
grid-template-columns: 250px 100px 1fr;
|
||||||
gap: 0.25em;
|
gap: 0.25em;
|
||||||
|
min-height: 35px;
|
||||||
|
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user