From 7b8a62237608a1b733c8e35c876ff1b7002e3f37 Mon Sep 17 00:00:00 2001 From: Iogr Wessel Date: Wed, 9 Oct 2024 13:57:08 -0300 Subject: [PATCH] fix: add white space property to not overflow text --- packages/core/src/components/button/button.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/src/components/button/button.scss b/packages/core/src/components/button/button.scss index ad2b87cff..9d7c67944 100644 --- a/packages/core/src/components/button/button.scss +++ b/packages/core/src/components/button/button.scss @@ -16,6 +16,7 @@ .atom-button { margin: 0; text-transform: inherit; + white-space: normal; &[color='white'] { --ion-color-base: var(--color-neutral-white);