fix: gap at top of journeysview

This commit is contained in:
Milan Pässler 2020-07-20 21:49:51 +02:00
parent b1af6ad4b7
commit cc0080ec27

View file

@ -276,6 +276,7 @@ tbody tr:hover td {
.journeys {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.search {