소스 검색

Fix trending publishers table not rendering correctly on narrow screens (#25945)

Michael Stanclift 10 달 전
부모
커밋
4f6d121b24
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/views/admin/trends/links/preview_card_providers/index.html.haml

+ 1 - 1
app/views/admin/trends/links/preview_card_providers/index.html.haml

@@ -29,7 +29,7 @@
   - Trends::PreviewCardProviderFilter::KEYS.each do |key|
   - Trends::PreviewCardProviderFilter::KEYS.each do |key|
     = hidden_field_tag key, params[key] if params[key].present?
     = hidden_field_tag key, params[key] if params[key].present?
 
 
-  .batch-table.optional
+  .batch-table
     .batch-table__toolbar
     .batch-table__toolbar
       %label.batch-table__toolbar__select.batch-checkbox-all
       %label.batch-table__toolbar__select.batch-checkbox-all
         = check_box_tag :batch_checkbox_all, nil, false
         = check_box_tag :batch_checkbox_all, nil, false