- Issue created by @aylis
- Merge request !384Issue #3491922: Fixing main region width on Product edit pages → (Open) created by Unnamed author
- 🇷🇸Serbia majmunbog
@aylis the patch works, but we than have repeatable code, we can just remove this code:
/* When the layout has vertical tabs */ .layout-region--commerce-main:has(.vertical-tabs), .layout-region--commerce-main:has(.vertical-tabs) ~ .layout-region--commerce-footer { width: calc(var(--commerce-layout-content-width) + 8rem); }
commerce.admin-layout.css
from line 46 to line 53. and have the same effect. - 🇷🇸Serbia majmunbog
I've removed the extra lines from the CSS. This needs review.