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.
.fi-wi-widget dl,
.fi-wi-widget .fi-fo-component-ctn {
@apply h-full;
}