Merge pull request #569 from openedx/sajjad/VAN-930

fix: Styling issue in fields trailing element
This commit is contained in:
Syed Sajjad Hussain Shah
2022-04-29 11:55:55 +05:00
committed by GitHub

View File

@@ -881,3 +881,7 @@ select.form-control {
overflow-x: auto;
display: inline-flex;
}
.pgn__form-control-decorator-trailing {
right: 0 !important;
}