@@ -112,12 +148,30 @@ const submitReview = () => {
-
@@ -145,10 +199,9 @@ const submitReview = () => {
.textfield {
border: none;
border-bottom: 1px solid #ccc;
- max-width: 80%;
+ width: 100%; /* Changed from max-width: 80% to width: 100% */
padding: 6px;
background-color: rgba(255, 255, 255, 0.2);
border-radius: 6px;
-
}
\ No newline at end of file