Skip to content

fix(GlEmptyState): remove flex-wrap util

Paul Gascou-Vaillancourt requested to merge 1675-empty-state-remove-flex-wrap into main

What does this MR do?

This fixes an issue where the illustration container would not properly flow in the flexbox, causing the empty state's to overflow in somes cases.

Before After
Screen_Shot_2022-01-11_at_12.01.03_PM

Closes #1675 (closed)

Merge request reports