summaryrefslogtreecommitdiff
path: root/src/assets
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2020-06-02 16:52:45 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-06-02 22:07:01 +0300
commit304095d60a270a311d7e081313ccada27cc2d3cd (patch)
tree3e6755cbf9f6d72514e30bd8c3cedc16c8d9a4dc /src/assets
parent13cdbcdaa63b1eb4590e63ce14e026b97bce0037 (diff)
downloadwebui-vue-304095d60a270a311d7e081313ccada27cc2d3cd.tar.xz
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 <dixsie@ibm.com> Change-Id: I90685534e995211d7bdf5feb16698957a29ccc91
Diffstat (limited to 'src/assets')
-rw-r--r--src/assets/styles/vendor-overrides/bootstrap/_badge.scss4
1 files changed, 3 insertions, 1 deletions
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;