Skip to content
Snippets Groups Projects
Commit 32753075 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Fix default margin

parent 7c035577
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ class VPUFileUpload extends VPULitElement {
border: var(--FUBorderWidth, 2px) var(--FUBorderStyle, dashed) var(--FUBBorderColor, #ccc);
border-radius: var(--FUBorderRadius, 0);
width: var(--FUWidth, auto);
margin: var(--FUMargin, 10px);
margin: var(--FUMargin, 0px);
padding: var(--FUPadding, 20px);
}
#dropArea.highlight {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment