I have a form
with two fieldsets
using flexbox
to align elements. The second fieldset contains two buttons which I want display in a row and centered in this row.
/-----------------------------------\
| /----------\ /----------\ |
|<-x->| Button A | | Button B |<-x->|
| \----------/ \----------/ |
\-----------------------------------/
I have prepared this fiddle.