Skip to content

Commit 6cb69dd

Browse files
Merge pull request #1228 from siteorigin/multi-select-field-style
Styles Fields: Add `multi-select`
2 parents d193eae + 63144fe commit 6cb69dd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+6996
-0
lines changed

css/admin.less

+8
Original file line numberDiff line numberDiff line change
@@ -2534,6 +2534,14 @@
25342534
}
25352535
}
25362536
}
2537+
2538+
.select2-container {
2539+
width: 100% !important;
2540+
2541+
.select2-container .select2-selection__choice__remove {
2542+
height: 100%;
2543+
}
2544+
}
25372545
}
25382546

25392547
// Row/Cell/Widget Styling for fields.

0 commit comments

Comments
 (0)