diff options
Diffstat (limited to 'client/src/components/UpdateInput')
-rw-r--r-- | client/src/components/UpdateInput/UpdateInput.module.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/components/UpdateInput/UpdateInput.module.css b/client/src/components/UpdateInput/UpdateInput.module.css index 52e13a7..d4d7ee5 100644 --- a/client/src/components/UpdateInput/UpdateInput.module.css +++ b/client/src/components/UpdateInput/UpdateInput.module.css @@ -10,13 +10,13 @@ flex-direction: column; } -.input__edit{ +.input__edit { display: flex; flex-direction: row; } .input__field { - width: 300px; + width: 330px; margin: 10px 0px; padding: 18px 10px; border: 3px solid; |