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);