Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Etaash-mathamsetty committed Oct 19, 2024
1 parent 582e10b commit 253e014
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/frontend/components/UI/SelectField/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@
opacity: 0%;
}

.selectFieldWrapper .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline .css-ihdtdm {
.selectFieldWrapper
.MuiOutlinedInput-root
.MuiOutlinedInput-notchedOutline
.css-ihdtdm {
width: 0;
}

Expand Down

0 comments on commit 253e014

Please sign in to comment.