anvil-works / material-3-theme

Anvil's Material 3 Theme
https://anvil.works/build/apps/4UK6WHQ6UX7AKELK
MIT License
8 stars 4 forks source link

Column panels now center align their items #226

Open s-cork opened 1 week ago

s-cork commented 1 week ago

Describe the bug See this forum issue: https://anvil.works/forum/t/m3-column-panel-center-aligned-when-m3-as-dependency/22726/1

To Reproduce Add a column panel to a form Add two text area components adjacent to each other give the left text area some height observe the right text area is centered

Expected behaviour Probably want the default anvil behaviour

.anvil-panel-row {align-items: center} in the theme.css is what m3 currently has

Screenshots (see forum post)

Additional context version 1.2.1

bcm628 commented 1 week ago

We do know that this is an issue. @pcarrogarcia was working on making it so we don't need the align-items:center. It's definitely something we need to figure out before the full release