We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461787e commit 03f9f1aCopy full SHA for 03f9f1a
1 file changed
src/components/tile-manager/themes/tile-manager.base.scss
@@ -11,7 +11,7 @@
11
[part~='base'] {
12
display: grid;
13
position: relative;
14
- padding: pad(rem(20px));
+ padding: rem(20px);
15
width: 100%;
16
height: 100%;
17
grid-template-columns: repeat(var(--column-count, auto-fit), minmax(min(var(--min-col-width, 100%)), 1fr));
0 commit comments