Skip to content

Disable container core plugin

Peter Hegman requested to merge disable-tailwind-container into master

What does this MR do and why?

We have app/helpers/page_layout_helper.rb#L139 and are not using the Tailwind container class so let's disable it.

References

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Popover before and now no popover

Before After
Screenshot_2024-10-25_at_7.36.55_AM Screenshot_2024-10-25_at_7.37.22_AM

gl-container not used

Screenshot_2024-10-25_at_7.40.58_AM

How to set up and validate locally

  1. Search for gl-container, it should not be used
  2. Try to use gl-container, it will apply no styles
Edited by Peter Hegman

Merge request reports

Loading