I have tried following code snippets in Simple CSS & JS plugin:
1)
group.buttonizer-group-0-0-1 [style]{
display:flex !important;
}
2) group.buttonizer-group-0-0-1 div[style]{
display:flex !important;
}
3) group.buttonizer-group-0-0-1 {
display:flex !important;
}
Unfortunately, none of these are working. Is there any other CSS code or JS code I could use to change the inline style of this element?