Skip to content

Commit

Permalink
feat(styling): make the multiple-select.js "Select All" text 100% wide
Browse files Browse the repository at this point in the history
- this is to make the hover over look nicer as it will take full width
  • Loading branch information
ghiscoding committed Mar 30, 2018
1 parent d2172df commit 0b2909c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@

if (this.options.selectAll && !this.options.single) {
this.$drop.append([
'<div class="ms-select-all">',
'<label>',
'<div class="ms-select-all" style="width: 100%">',
'<label style="width: 100%">',
sprintf('<input type="checkbox" %s />', this.selectAllName),
sprintf('<span>%s%s%s</span>',
this.options.selectAllDelimiter[0],
Expand Down

0 comments on commit 0b2909c

Please sign in to comment.