Skip to content

Commit

Permalink
fix(file-uploader): increase file container top margin
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Feb 15, 2019
1 parent 5e72c4b commit 8f02dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/file-uploader/_file-uploader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
.#{$prefix}--file-container {
display: block;
width: 100%;
margin-top: $spacing-md;
margin-top: $spacing-lg;
}

.#{$prefix}--file__selected-file {
Expand Down

0 comments on commit 8f02dbf

Please sign in to comment.