1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +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 e969692952
commit a621ebe7b9

View file

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