added left:unset to counter left:0 in recent react-select release

This commit is contained in:
Patrick O'Carroll 2018-05-04 11:46:17 +02:00
parent 4d2e6b4a34
commit 515eab2405

View File

@ -102,5 +102,6 @@ $select-option-selected-bg: $dropdownLinkBackgroundActive;
.gf-form-input--form-dropdown-right {
.Select-menu-outer {
right: 0;
left: unset;
}
}