Skip to content

Commit 1f34da1

Browse files
elad2412TorstenDittmann
authored andcommitted
Icon Button
- hotfix
1 parent f51232e commit 1f34da1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/scss/6-elements/_icon-button.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
border-radius: pxToRem(8);
1212

1313
> [class*='icon'] {
14-
position: relative;
1514
&::before {
1615
position: absolute;
1716
top: 50%;
@@ -21,7 +20,7 @@
2120
}
2221
&.is-more-content {
2322
inline-size:fit-content; padding:pxToRem(4); line-height:pxToRem(18);
24-
> [class*='icon'] { inline-size:pxToRem(16); }
23+
> [class*='icon'] { position:relative; inline-size:pxToRem(16); }
2524
}
2625

2726

0 commit comments

Comments
 (0)