Skip to content

Flex

https://community.plotly.com/t/how-to-span-full-height-that-left-in-vertical-dbc-col-space-with-dash-bootstrap-dbc-row/67883

flexbox

https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Flexbox

Bootstrap Flexbox utility classes

https://getbootstrap.com/docs/5.2/utilities/flex/

flex example

using bard or chatgpt to explian it

style={
    'flex': '0 1 auto',
    'display': 'flex',
    'flexDirection': 'column',
    'alignItems': 'center',
    'padding': '5px 7px 10px 7px',
    'marginBottom': '5px',
    'borderBottom': '1px solid #dee2e6',
}