Fix: Footer text breaks on small screens

See: https://github.com/freifunkhamburg/ffffng/issues/20
This commit is contained in:
baldo 2016-07-19 11:44:27 +02:00
parent e2805d9b8e
commit 2d5db51d24

View file

@ -2,6 +2,9 @@
position: absolute; position: absolute;
bottom: 0; bottom: 0;
overflow: hidden;
text-overflow: ellipsis;
width: 100%; width: 100%;
margin: 0; margin: 0;