From 1817ec2aaa0e484dda4a80b11fb5d723f5c70681 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 23 Jul 2022 20:37:05 +0300 Subject: [PATCH] breadcrump selection fix --- frontend/less/espo/custom.less | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 9264fe58c3..654cd572dc 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -1866,14 +1866,23 @@ textarea.auto-height { margin-right: 2px; } -.header-breadcrumbs .fas.color-icon { - font-size: 44%; - left: 0px; - margin-right: 2px; - top: -4px; - position: relative; +.header-breadcrumbs { + .fas.color-icon { + font-size: 44%; + left: 0; + margin-right: 2px; + top: -4px; + position: relative; + } + + .breadcrumb-item:after, + .breadcrumb-separator:after { + content: ""; + display: block; + } } + span.fas.color-icon { font-size: 50%; top: -2px;