Fix margin issue with upload help dialog

the old margin is a bit small which will cause the left content overflow

Change-Id: I6fb2f954c87d65967206780ce3129f6c98a09aac
This commit is contained in:
Tao Zhou
2020-03-19 12:31:47 +01:00
parent d9aa6b035f
commit ccaf508c19

View File

@@ -26,7 +26,7 @@ export const htmlTemplate = html`
width: 100%;
}
ol {
margin-left: var(--spacing-l);
margin-left: var(--spacing-xl);
list-style: decimal;
}
p {