commit cc0080ec275d701eb292d2d33e763956366be975
parent b1af6ad4b716081c651942e4c2aadb623a4b4c70
Author: Milan Pässler <me@pbb.lc>
Date: Mon, 20 Jul 2020 21:49:51 +0200
parent b1af6ad4b716081c651942e4c2aadb623a4b4c70
Author: Milan Pässler <me@pbb.lc>
Date: Mon, 20 Jul 2020 21:49:51 +0200
fix: gap at top of journeysview
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/client/style.css b/client/style.css @@ -276,6 +276,7 @@ tbody tr:hover td { .journeys { display: flex; flex-direction: column; + min-height: 100vh; } .search {