diff options
Diffstat (limited to 'packages/ui/src/components/button.css')
| -rw-r--r-- | packages/ui/src/components/button.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ui/src/components/button.css b/packages/ui/src/components/button.css index 7aba89b03..800795e87 100644 --- a/packages/ui/src/components/button.css +++ b/packages/ui/src/components/button.css @@ -9,6 +9,7 @@ user-select: none; cursor: default; outline: none; + white-space: nowrap; &[data-variant="primary"] { background-color: var(--icon-strong-base); |
