summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stanclift <mx@vmstan.com>2023-07-13 04:12:51 -0500
committerClaire <claire.github-309c@sitedethib.com>2023-07-21 16:07:43 +0200
commit7a99f0744d7c69a69b7552e31f6bb3914a6a03e8 (patch)
tree44bc210a7972e0715bd85d033749609a8fe419f4
parent69c8f26946a5cdeff09ca8fe410bc11be78c158c (diff)
Fix trending publishers table not rendering correctly on narrow screens (#25945)
-rw-r--r--app/views/admin/trends/links/preview_card_providers/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/trends/links/preview_card_providers/index.html.haml b/app/views/admin/trends/links/preview_card_providers/index.html.haml
index c3648c35e97..025270c128f 100644
--- a/app/views/admin/trends/links/preview_card_providers/index.html.haml
+++ b/app/views/admin/trends/links/preview_card_providers/index.html.haml
@@ -29,7 +29,7 @@
- Trends::PreviewCardProviderFilter::KEYS.each do |key|
= hidden_field_tag key, params[key] if params[key].present?
- .batch-table.optional
+ .batch-table
.batch-table__toolbar
%label.batch-table__toolbar__select.batch-checkbox-all
= check_box_tag :batch_checkbox_all, nil, false