There was an error while loading. Please reload this page.
1 parent f51232e commit 1f34da1Copy full SHA for 1f34da1
1 file changed
src/scss/6-elements/_icon-button.scss
@@ -11,7 +11,6 @@
11
border-radius: pxToRem(8);
12
13
> [class*='icon'] {
14
- position: relative;
15
&::before {
16
position: absolute;
17
top: 50%;
@@ -21,7 +20,7 @@
21
20
}
22
&.is-more-content {
23
inline-size:fit-content; padding:pxToRem(4); line-height:pxToRem(18);
24
- > [class*='icon'] { inline-size:pxToRem(16); }
+ > [class*='icon'] { position:relative; inline-size:pxToRem(16); }
25
26
27
0 commit comments