reset fieldset border/padding/margin in Input component
This commit is contained in:
parent
d2cb4c5052
commit
33fa9f9c9c
1 changed files with 3 additions and 0 deletions
|
|
@ -185,6 +185,9 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: $unit-half;
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
&:last-child .error {
|
||||
margin-bottom: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue