We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b26bb commit b998617Copy full SHA for b998617
src/components/file-input/themes/shared/file-input.material.scss
@@ -95,8 +95,8 @@ $active-border-width: rem(2px) !default;
95
}
96
97
[part~='labelled'] [part~='file-names'] {
98
- padding-top: pad-block(rem(20px));
99
- padding-bottom: pad-block(rem(6px));
+ padding-top: rem(20px);
+ padding-bottom: rem(6px);
100
101
102
[part='label'] {
0 commit comments