Commit 3f23caa0 authored by Scarlett Perry's avatar Scarlett Perry
Browse files

Add padding to chid, remove form parent

No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -63,6 +63,7 @@ const InputField = styled(TextField)({
// search's result options container
const ResultGrid = styled(Grid)({
height: "inherit",
padding: "12px 16px 12px 16px",
})
// search's result options
......@@ -104,6 +105,7 @@ const Popper = styled(MuiPopper)({
},
".MuiAutocomplete-option": {
height: "48px",
padding: "0px",
},
".MuiAutocomplete-option[data-focus='true']": {
background: "#ebedfb",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment