From 304095d60a270a311d7e081313ccada27cc2d3cd Mon Sep 17 00:00:00 2001 From: Dixsie Wolmers Date: Tue, 2 Jun 2020 08:52:45 -0500 Subject: Update Bootstrap Pill consistency Pills in multiple select component and table filter are set to both have a line-height of 1.5 Signed-off-by: Dixsie Wolmers Change-Id: I90685534e995211d7bdf5feb16698957a29ccc91 --- src/assets/styles/vendor-overrides/bootstrap/_badge.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/assets') diff --git a/src/assets/styles/vendor-overrides/bootstrap/_badge.scss b/src/assets/styles/vendor-overrides/bootstrap/_badge.scss index 68e7482f..7acd73a0 100644 --- a/src/assets/styles/vendor-overrides/bootstrap/_badge.scss +++ b/src/assets/styles/vendor-overrides/bootstrap/_badge.scss @@ -1,10 +1,12 @@ .badge-pill { // Need to explicitly set border-radius // for pill variant because global $enable-rounded - // Boostrap setting removes rounded pill style + // Bootstrap setting removes rounded pill style border-radius: 10rem; fill: currentColor; font-weight: 400; + line-height: 1.5; + display: inline-flex; .close { font-size: 1em; margin-left: $spacer/2; -- cgit v1.2.3