Solved: Flexbox Question concerning Display Flex

I noticed on a video that deals with Flexbox and Bootstrap that PineGrow has a Display Flex button.

Flexbox_Bootstrap

I am not using Bootstrap but rather a combination of CSS Grid and Flexbox. I do not have the Display Flexbox button. Mine looks like this:

Flexbox_Grid

If I click on any of the Flex buttons, it does not do anything (at least like it would in Oxygen). I was able to add code to the div that include Display Flex and it worked. What am I missing on the panel concerning Flexbox?

the one shown in first screenshot is the property of Bootstrap and in second screenshot it’s without bootstrap so that is why it’s not showing you display property.

Solved: