From a046dc1bab54948a2fa52b4e737cdd6da58225c0 Mon Sep 17 00:00:00 2001 From: Antoine Abt Date: Tue, 26 Aug 2014 15:29:11 +0200 Subject: [PATCH] Fix attributions width --- css/ol.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/ol.css b/css/ol.css index a76ab56407..5e76f84ba6 100644 --- a/css/ol.css +++ b/css/ol.css @@ -191,6 +191,7 @@ button.ol-full-screen-true:after { text-align: right; bottom: .5em; right: .5em; + max-width: calc(100% - 1.3em); } .ol-attribution ul { @@ -200,6 +201,7 @@ button.ol-full-screen-true:after { line-height: 1.375em; color: #000; text-shadow: 0 0 2px #fff; + max-width: calc(100% - 3.6em); } .ol-attribution li { display: inline;