xref: /openbmc/webui-vue/src/assets/styles/bmc/custom/_bootstrap-grid.scss (revision d36ac8a8be8636ddd0e64ce005d507b21bcdeb00)
1.container-xl {
2  // Fluid layout container class sets 100%
3  // width until xl breakpoint. Once a max-width
4  // is set, setting the left margin to 0 is needed
5  // so the content doesn't center align
6  // https://bootstrap-vue.org/docs/components/layout#fluid-width-container
7  margin-inline-start: 0;
8}