-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(react): fix
Select
label margin issues
- Loading branch information
1 parent
e10a6e1
commit d603954
Showing
3 changed files
with
64 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
// TODO: Remove this when we have a better solution. | ||
// This seems like a bug from the MUI side. | ||
// Tracker: https://github.com/wso2/oxygen-ui/issues/171 | ||
.oxygen-select-static-label { | ||
margin-top: -40px; | ||
margin-left: -14px; | ||
.OxygenSelect-root { | ||
margin-top: 24px; | ||
} |