'How to adjust Bulma Column height when one changes?
is it possible to make a column adjust its height when others change?
I have all columns at the same height using flex but when I change one of them dynamically, the others stay the same...
Any way to fix that?
Thanks!!
Solution 1:[1]
You can add a specific class to those components and add that class onChange using js and make sure to have the css for that class. Happy Programming!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Vinit Kasture |
