From 07b885e291bf561d63f093b31e2b5586b43ab02d Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Thu, 17 Oct 2013 21:22:55 +0300 Subject: [PATCH] correctly position ... overflow in breadcrumbs, fix #5158 --- core/css/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/css/styles.css b/core/css/styles.css index b919660779..cb380bdcfb 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -798,7 +798,8 @@ div.crumb { background: url('../img/breadcrumb.svg') no-repeat right center; height: 44px; } -div.crumb a { +div.crumb a, +div.crumb span { position: relative; top: 12px; padding: 14px 24px 14px 17px; -- GitLab