From a0a9f24e9dc9fece2278c3408b1bcf574500609f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jana=20Deutschla=CC=88nder?= Date: Thu, 20 Apr 2017 13:43:16 +0200 Subject: [PATCH] SPR-949: long path in page footer set to overflow auto --- css/area_footer.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/area_footer.less b/css/area_footer.less index 4bdf3b1..86f66d6 100755 --- a/css/area_footer.less +++ b/css/area_footer.less @@ -27,6 +27,10 @@ bdi { font-weight: bold; + max-width: 100%; + display: inline-block; + overflow: auto; + vertical-align: bottom; } }