feat(css): add gl-flex-basis-third
What does this MR do?
I needed gl-flex-bases-third
for the Add Civo to the create cluster page (gitlab!91526 - merged) MR. I went with using a combination of existing gl-flex-basis-0
, gl-flex-grow-1
and gl-min-w-0
. I am adding the needed class so that I can update it within the follow-up.