Skip to content

Commit 03f9f1a

Browse files
committed
chore(tile-mangager): revert using pad function
1 parent 461787e commit 03f9f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tile-manager/themes/tile-manager.base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[part~='base'] {
1212
display: grid;
1313
position: relative;
14-
padding: pad(rem(20px));
14+
padding: rem(20px);
1515
width: 100%;
1616
height: 100%;
1717
grid-template-columns: repeat(var(--column-count, auto-fit), minmax(min(var(--min-col-width, 100%)), 1fr));

0 commit comments

Comments
 (0)