Remove built-in padding from forms to be consistent with every other component
This commit is contained in:
parent
e969692952
commit
a621ebe7b9
|
@ -164,11 +164,3 @@
|
|||
{/if}
|
||||
</div>
|
||||
</Provider>
|
||||
|
||||
<style>
|
||||
div {
|
||||
padding: 20px;
|
||||
position: relative;
|
||||
background-color: var(--spectrum-alias-background-color-secondary);
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue