From 091018d22fe8b1c8f0eb89969fb8e7ea4ce9262e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Sun, 28 Jun 2020 20:15:11 +0200 Subject: [PATCH] MAPG-175 make map title one liner --- public/static/css/maps.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/public/static/css/maps.css b/public/static/css/maps.css index 9a1cfcd..c8a58fe 100644 --- a/public/static/css/maps.css +++ b/public/static/css/maps.css @@ -18,7 +18,16 @@ div.mapItem>div.title { color: white; border-top-left-radius: 3px; border-top-right-radius: 3px; - padding: 4px 8px; + padding: 0 8px; + height: 35px; + line-height: 35px; +} + +div.mapItem>div.title>p { + line-height: inherit; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } div.mapItem>div.title>p.title {