فهرست منبع

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

Patrick O'Carroll 7 سال پیش
والد
کامیت
515eab2405
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      public/sass/components/_form_select_box.scss

+ 1 - 0
public/sass/components/_form_select_box.scss

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