Skip to content

Commit

Permalink
Merge pull request #186 from pavinduLakshan/remove_important_from_aut…
Browse files Browse the repository at this point in the history
…ocomplete

fix(react): remove important property from Autocomplete component
  • Loading branch information
pavinduLakshan authored Nov 14, 2023
2 parents 3df6847 + 367e576 commit 5c167b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react/src/components/Autocomplete/autocomplete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
*/

.oxygen-autocomplete {
padding-top: 14px !important;
padding-bottom: 14px !important;
padding-top: 14px;
padding-bottom: 14px;

.MuiButtonBase-root {
height: 32px !important;
height: 32px;
}
}

0 comments on commit 5c167b6

Please sign in to comment.