Adjusted width of text field

This commit is contained in:
2023-03-03 14:26:41 +01:00
parent 32783561c5
commit 41377313c5

View File

@@ -13,7 +13,7 @@
display: flex; display: flex;
width: fit-content; width: fit-content;
align-items: center; align-items: center;
width: 50%; width: 70%;
margin-right: 10px; margin-right: 10px;
} }