[ADF-3192] Form - fix dropdown field alignment (#4685)

* [ADF-3192] Form - fix dropdown field alignment

* [ADF-3192] - reove unused style
This commit is contained in:
Silviu Popa
2019-05-07 19:34:09 +03:00
committed by Eugenio Romano
parent 9d0e9ec219
commit 5bb8912651

View File

@@ -3,7 +3,6 @@
.adf {
&-dropdown-widget {
width: 100%;
margin-top: 13px;
.adf-select {
padding-top: 0 !important;
@@ -17,11 +16,5 @@
&-select {
width: 100%;
}
&-dropdown-required-message .adf-error-text-container {
margin-top: 1px !important;
}
}
}