~cytrogen/masto-fe

063482a63f4821dd2d557c4d56ed8cb5d84a10d6 — Michael Stanclift 2 years ago 1a6c2e4
Fix trending publishers table not rendering correctly on narrow screens (#25945)

1 files changed, 1 insertions(+), 1 deletions(-)

M app/views/admin/trends/links/preview_card_providers/index.html.haml
M app/views/admin/trends/links/preview_card_providers/index.html.haml => app/views/admin/trends/links/preview_card_providers/index.html.haml +1 -1
@@ 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