From 27a6495189913c0ba81dcce9b8f8e69aeb8d82af Mon Sep 17 00:00:00 2001 From: Iury Nogueira Date: Thu, 10 Nov 2022 16:17:08 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20fix=20css=20in=20checkbox=20and?= =?UTF-8?q?=20radio=20(#283)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * refactor: remove default msg when button is loading :hammer: #281 * fix: workflow chromatic :ambulance: * style: fix right side icon * style: fix css shrink in check and radio --- projects/ion/src/lib/checkbox/checkbox.component.scss | 1 + projects/ion/src/lib/radio/radio.component.scss | 2 ++ 2 files changed, 3 insertions(+) diff --git a/projects/ion/src/lib/checkbox/checkbox.component.scss b/projects/ion/src/lib/checkbox/checkbox.component.scss index abe5aaf40..c66a288bd 100644 --- a/projects/ion/src/lib/checkbox/checkbox.component.scss +++ b/projects/ion/src/lib/checkbox/checkbox.component.scss @@ -17,6 +17,7 @@ $color-neutral-4: 'ced2db'; .ion-checkbox { width: 16px; height: 16px; + flex-shrink: 0; } .ion-checkbox:enabled { diff --git a/projects/ion/src/lib/radio/radio.component.scss b/projects/ion/src/lib/radio/radio.component.scss index 4cd21e81f..acf66b03d 100644 --- a/projects/ion/src/lib/radio/radio.component.scss +++ b/projects/ion/src/lib/radio/radio.component.scss @@ -28,6 +28,7 @@ align-items: center; justify-content: center; margin: 0px; + flex-shrink: 0; &:hover { border: 1.5px solid $primary-2; @@ -95,6 +96,7 @@ align-items: center; justify-content: center; margin: 0px; + flex-shrink: 0; &:hover { border: 4px solid $primary-5;