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:
@@ -26,7 +26,7 @@ export const htmlTemplate = html`
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
ol {
|
ol {
|
||||||
margin-left: var(--spacing-l);
|
margin-left: var(--spacing-xl);
|
||||||
list-style: decimal;
|
list-style: decimal;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
|
|||||||
Reference in New Issue
Block a user