From cfdddac43f10d06a8b0e9bcf69dc0ce77ce16649 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 8 Jun 2022 19:06:27 +0200 Subject: fix(settings): avoid cropped tooltip on small devices I changed the settings disposition to make tooltip positioning easier. Jest complains about ref passed but everything seems to work as expected so I'm not sure it is relevant. Maybe a bug with cloneElement. --- src/components/molecules/modals/modal.module.scss | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/components/molecules/modals/modal.module.scss') diff --git a/src/components/molecules/modals/modal.module.scss b/src/components/molecules/modals/modal.module.scss index 8866834..f57d33c 100644 --- a/src/components/molecules/modals/modal.module.scss +++ b/src/components/molecules/modals/modal.module.scss @@ -24,10 +24,6 @@ margin-bottom: var(--spacing-2xs); } } - - @include mix.dimensions("sm") { - max-width: 35ch; - } } } -- cgit v1.2.3