summaryrefslogtreecommitdiff
path: root/client/src/components/UpdateInput
diff options
context:
space:
mode:
authorrohan09-raj <[email protected]>2022-08-21 01:46:36 +0530
committerrohan09-raj <[email protected]>2022-08-21 01:46:36 +0530
commit4480f2d62865a585f8bbf0cd7122a25d0413bf2b (patch)
tree228e2301b75c41aa68f8dacee83d61a4e4fa9c60 /client/src/components/UpdateInput
parent16fa778ffaf82f2807d8b1821b78b6d878b93cb8 (diff)
fixed update components
Diffstat (limited to 'client/src/components/UpdateInput')
-rw-r--r--client/src/components/UpdateInput/UpdateInput.module.css4
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;