From 8fa6d13580da7668b52be8ee6877f7995a977f8b Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 7 Dec 2018 15:09:27 -0500 Subject: [PATCH] fix: minor misalignment of text in breadcrumbs --- less/header.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/less/header.less b/less/header.less index ef8f528..1bcc828 100644 --- a/less/header.less +++ b/less/header.less @@ -258,6 +258,8 @@ li { max-width: 100%; .text-ellipsis; + position: relative; + top: calc(16px / 4); } .fa { @@ -267,6 +269,7 @@ font-size: 16px; padding: 0; + padding-left: 0.5em; background: none; @media (max-width: @screen-xs-max) {