From c28115e4a6b9ec2e35a1d999101351fb96e5f528 Mon Sep 17 00:00:00 2001 From: Selena Liu Date: Fri, 27 Sep 2024 23:49:18 -0400 Subject: [PATCH] update documentation and remove comment --- frontend/src/components/RideModal/ridemodal.module.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/components/RideModal/ridemodal.module.css b/frontend/src/components/RideModal/ridemodal.module.css index 3bc6d944..90879182 100644 --- a/frontend/src/components/RideModal/ridemodal.module.css +++ b/frontend/src/components/RideModal/ridemodal.module.css @@ -6,7 +6,6 @@ display: flex; flex-direction: column; align-items: left; - /* padding-right: 10rem; */ } .error { @@ -161,8 +160,7 @@ that includes the image, not to be mistaken with inputContainer */ border: 1px solid #808080; padding-left: 5px; } -/* The default input adds a border, but since .imgContainer already adds a border, -this gets rid of the default border */ +/* This gets rid of a double border since the parent, .imgContainer, already has a border */ .imgContainer > input { border: 0px; }