Skip to content

Commit

Permalink
Fix 'Manage Volunteers' Styling on /volunteers page rubyforgood#5761
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivarkentje committed May 29, 2024
1 parent 96baa7a commit a498453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -659,4 +659,4 @@ RUBY VERSION
ruby 3.2.2p53

BUNDLED WITH
2.4.22
2.5.11
4 changes: 2 additions & 2 deletions app/views/volunteers/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@
</div>
</div>

<div class="tables-wrapper" data-controller="select-all" data-select-all-hidden-class="d-none" data-select-all-button-label-value="Manage Volunteer">
<div class="tables-wrapper" data-controller="select-all" data-select-all-hidden-class="invisible" data-select-all-button-label-value="Manage Volunteer">
<div class="row">
<div class="col-lg-12">
<div class="card-style mb-30">
<div class="mb-3">
<button type="button" class="main-btn dark-btn btn-sm mb-2 mb-md-0 d-none" data-bs-toggle="modal" data-bs-target="#bulk-assigment-modal" data-select-all-target="button">
<button type="button" class="main-btn dark-btn btn-sm mb-2 mb-md-0 invisible" data-bs-toggle="modal" data-bs-target="#bulk-assigment-modal" data-select-all-target="button">
<i class="lni lni-users mr-10"></i>
<span class="d-inline" data-select-all-target="buttonLabel"></span>
</button>
Expand Down

0 comments on commit a498453

Please sign in to comment.