Skip to content

Commit

Permalink
update documentation and remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
selenaliu1 committed Sep 28, 2024
1 parent a23530d commit c28115e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/components/RideModal/ridemodal.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
display: flex;
flex-direction: column;
align-items: left;
/* padding-right: 10rem; */
}

.error {
Expand Down Expand Up @@ -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;
}

0 comments on commit c28115e

Please sign in to comment.