fix: input field takes up whole width

This commit is contained in:
Ivana Andersson 2023-08-18 12:17:07 +03:00
parent 634710b0b1
commit b239139b01
1 changed files with 1 additions and 0 deletions

View File

@ -2,4 +2,5 @@
background-color: #fff;
border-radius: 12px;
margin-top: 8px;
width: 100%;
}