1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Remove built-in padding from forms to be consistent with every other component

This commit is contained in:
Andrew Kingston 2021-07-05 10:19:59 +01:00
parent 0422b3cdf3
commit af8f616624

View file

@ -164,11 +164,3 @@
{/if}
</div>
</Provider>
<style>
div {
padding: 20px;
position: relative;
background-color: var(--spectrum-alias-background-color-secondary);
}
</style>