Skip to content

Commit

Permalink
Remove important property from Autocomplete component
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan committed Nov 12, 2023
1 parent 3df6847 commit 18be9b1
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 18be9b1

Please sign in to comment.