Skip to content

Commit

Permalink
Fixed the paddings and the width of one of the variants
Browse files Browse the repository at this point in the history
  • Loading branch information
markgol777 committed Nov 25, 2024
1 parent dafe7e8 commit 8e78081
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/design-system/components/tooltip/Tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

&-icon {
height: 24px;
width: 24px;
width: 32px;
display: flex;
align-items: center;
justify-content: center;
Expand All @@ -26,7 +26,6 @@
&-text-container {
display: flex;
flex-direction: column;
margin-left: 4px;
}

&-title {
Expand All @@ -41,11 +40,8 @@

&-icon-text {
.s2s-tooltip-icon {
margin-right: 8px;
}

.s2s-tooltip-text-container {
margin-left: 8px;
margin-right: 6px;
width: 16px;
}
}

Expand Down

0 comments on commit 8e78081

Please sign in to comment.