Jelajahi Sumber

Revert "add max width to group header description"

This reverts commit 86a39183ee2acab287e459faec73e72b201017ed.
Erik Sundell 7 tahun lalu
induk
melakukan
d25138060f
1 mengubah file dengan 12 tambahan dan 16 penghapusan
  1. 12 16
      public/sass/components/_form_select_box.scss

+ 12 - 16
public/sass/components/_form_select_box.scss

@@ -172,22 +172,18 @@ $select-input-bg-disabled: $input-bg-disabled;
   margin-right: 10px;
 }
 
-.gf-form-select-box__option-group {
-  max-width: 600px;
-
-  .gf-form-select-box__option-group__header {
-    display: flex;
-    align-items: center;
-    justify-content: flex-start;
-    justify-items: center;
-    cursor: pointer;
-    padding: 7px 10px;
-    width: 100%;
-    border-bottom: 1px solid $hr-border-color;
-    text-transform: capitalize;
+.gf-form-select-box__option-group__header {
+  display: flex;
+  align-items: center;
+  justify-content: flex-start;
+  justify-items: center;
+  cursor: pointer;
+  padding: 7px 10px;
+  width: 100%;
+  border-bottom: 1px solid $hr-border-color;
+  text-transform: capitalize;
 
-    .fa {
-      padding-right: 2px;
-    }
+  .fa {
+    padding-right: 2px;
   }
 }