From 9a8ce90c36dfe9a63aff0824fb55ff6cc64fdbb8 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 30 May 2021 21:27:43 +0200 Subject: departure list: avoid route/info overflow on small screens --- sass/app.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sass/app.scss') diff --git a/sass/app.scss b/sass/app.scss index d9e83ce..2637f00 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -347,8 +347,8 @@ div.app li .route { position:absolute; top:1px; left:7.7em; + right: 7em; height: 1.2em; - width: 70%; overflow: hidden; color: $route-color; } @@ -360,8 +360,8 @@ div.app li .info { position:absolute; top:1px; left:7.7em; + right: 7em; height: 1.2em; - width: 70%; overflow: hidden; } -- cgit v1.2.3