From e8aae0dd25617b889f806e6008f009e3076bb53b Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Fri, 13 Aug 2021 17:34:04 -0400 Subject: [PATCH] Spiffier UI: Label pills (#1660) --- changes/1660-spiffier-pills-admin-role | 1 + frontend/components/buttons/Button/_styles.scss | 1 + 2 files changed, 2 insertions(+) create mode 100644 changes/1660-spiffier-pills-admin-role diff --git a/changes/1660-spiffier-pills-admin-role b/changes/1660-spiffier-pills-admin-role new file mode 100644 index 0000000000..f29c6efd9c --- /dev/null +++ b/changes/1660-spiffier-pills-admin-role @@ -0,0 +1 @@ +Fix: Label pills to not wrap \ No newline at end of file diff --git a/frontend/components/buttons/Button/_styles.scss b/frontend/components/buttons/Button/_styles.scss index 84857054d0..26b2ab34ff 100644 --- a/frontend/components/buttons/Button/_styles.scss +++ b/frontend/components/buttons/Button/_styles.scss @@ -102,6 +102,7 @@ $base-class: "button"; font-size: $xx-small; padding: $pad-xsmall 10px; height: 24px; + white-space: nowrap; &:active { box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.25);