From 8e78081bead2a124ed224e93990e670e7534f55f Mon Sep 17 00:00:00 2001 From: marek777-lol Date: Mon, 25 Nov 2024 22:47:37 +0100 Subject: [PATCH] Fixed the paddings and the width of one of the variants --- src/design-system/components/tooltip/Tooltip.scss | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/design-system/components/tooltip/Tooltip.scss b/src/design-system/components/tooltip/Tooltip.scss index 9f0b1d45d..13e4d46b1 100644 --- a/src/design-system/components/tooltip/Tooltip.scss +++ b/src/design-system/components/tooltip/Tooltip.scss @@ -12,7 +12,7 @@ &-icon { height: 24px; - width: 24px; + width: 32px; display: flex; align-items: center; justify-content: center; @@ -26,7 +26,6 @@ &-text-container { display: flex; flex-direction: column; - margin-left: 4px; } &-title { @@ -41,11 +40,8 @@ &-icon-text { .s2s-tooltip-icon { - margin-right: 8px; - } - - .s2s-tooltip-text-container { - margin-left: 8px; + margin-right: 6px; + width: 16px; } }