I am using a Dash Bootstrap Buttongroup and want it to cover the whole space it has.
For single buttons, there is the option to set the property “block” to True in order to have a button that spans the full width of its parent.
Is there a similar option for the Buttongroup? Or somebody has a workaround for this?
You can use the Chrome Developer tools to check out the right css selectors and test the properties yourself. For example, seems that the width is not distributed equally if you have a Dropdown there (just try to edit some other CSS properties, perhaps ones for the dropdown element)