Skip to content

Commit

Permalink
autocomplete Field Align fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vijay-murugeasan committed Dec 29, 2023
1 parent 7f8460e commit 0590954
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/assets/css/order-sign_up.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.PrivateNotchedOutline-root-1 {
height: 100% !important;
#auto-complete-field div div div fieldset {
/* height: 100% !important; */
top: 0px !important;
}

.box_order_form .head {
text-align: left;
padding: 15px 20px 12px 25px;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/AutoCompleteLocation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function AutocompleteLocation() {
// console.log(error);
return (
<form onSubmit={handleSubmit}>
<div className="input-group mb-3">
<div className="input-group mb-3" id="auto-complete-field">
<Autocomplete
name="search"
style={{ width: "75%" }}
Expand Down

0 comments on commit 0590954

Please sign in to comment.