From 97d1e9969dddeeb4f833395b941510a08ece958c Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sun, 8 Jan 2017 23:09:38 +0100 Subject: [PATCH] css: more padding for breadcrumb root --- public/css/module.less | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/module.less b/public/css/module.less index a4ce519..c288a78 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -635,6 +635,7 @@ div.bp .badges { .breadcrumb li:first-child a { padding-left: 1em; + padding-right: 0.5em; } .breadcrumb li:last-child a { cursor: default;