Widgets Same Height
These are general widgets and not charts. Wasnt sure if anyone else already had a solution created for ensuring widgets in the same row have the same height. Trying to do it as simple and clean as possible.
Solution:Jump to solution
```css
.fi-wi-widget dl,
.fi-wi-widget .fi-fo-component-ctn {
@apply h-full;
}...
1 Reply
Solution
in my theme.css for my panel seems to work pretty decent