fix: input field takes up whole width
This commit is contained in:
parent
634710b0b1
commit
b239139b01
|
@ -2,4 +2,5 @@
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
Loading…
Reference in New Issue