Avoid style issues with Turbo

But the filter dropdowns still get duplicated. So weird..
This commit is contained in:
David Cook
2024-04-11 16:50:20 +10:00
parent f17b0d176b
commit 9d6ef2f730
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,3 @@
- content_for :body_class do
products_v3_page
- content_for :page_title do
= t('.header.title')
- content_for :page_actions do

View File

@@ -1,5 +1,6 @@
// Customisations for the new Bulk Edit Products page only
.products_v3_page {
// Scoped to containing div, because Turbo messes with body classes
#products_v3_page {
#content > .row:first-child > .container:first-child {
// Allow table to extend to full width of available screen space
// TODO: move this to a generic rule, eg body.full-width{}. Then it can be included on any page.