Skip to content

Commit

Permalink
Merge pull request #1228 from siteorigin/multi-select-field-style
Browse files Browse the repository at this point in the history
Styles Fields: Add `multi-select`
  • Loading branch information
AlexGStapleton authored Nov 22, 2024
2 parents d193eae + 63144fe commit 6cb69dd
Show file tree
Hide file tree
Showing 68 changed files with 6,996 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/admin.less
Original file line number Diff line number Diff line change
Expand Up @@ -2534,6 +2534,14 @@
}
}
}

.select2-container {
width: 100% !important;

.select2-container .select2-selection__choice__remove {
height: 100%;
}
}
}

// Row/Cell/Widget Styling for fields.
Expand Down
Loading

0 comments on commit 6cb69dd

Please sign in to comment.