From 2d5db51d24e0e5baae1abc6be237d0737b041e9f Mon Sep 17 00:00:00 2001 From: baldo Date: Tue, 19 Jul 2016 11:44:27 +0200 Subject: [PATCH] Fix: Footer text breaks on small screens See: https://github.com/freifunkhamburg/ffffng/issues/20 --- app/styles/views/_footer.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/styles/views/_footer.scss b/app/styles/views/_footer.scss index 052fba5..87009b8 100644 --- a/app/styles/views/_footer.scss +++ b/app/styles/views/_footer.scss @@ -2,6 +2,9 @@ position: absolute; bottom: 0; + overflow: hidden; + text-overflow: ellipsis; + width: 100%; margin: 0;