So i was able to implement this flex change. Life saver because this isnt documented anywhere... wondering if you could provide additional help? So I have a panel with 10 singles in them. Before we had changed to 9.4.5 it would break at 5 and then the next 5 singles would go to a second row within the same panel. This response doesnt occur anymore and was wondering if I could get some help. /* Row Styles */ [id$="_Apps_Row"] { padding-bottom: 1% !important; padding-top: 1% !important; border: 2px solid $fi_background_color$; border-radius: 10px; background-color: $fi_background_color$; box-shadow: 0 0px 4px rgba(126, 151, 173, 0.5), 0 -2px 4px rgba(255, 255, 255, 0.3); } [id$="_Apps_Header"] { padding-top: 4% !important; } [id$="_Apps_Row"].dashboard-row .dashboard-panel, [id$="_Apps_Row"] .panel-title { background-color: $fi_background_color$ !important; } /* Panel Styles */ [id$="_service_panel"] { background-color: $fi_background_color$ !important; width: 20% !important; flex: unset !important; } This is what I'm doing in my hidden style row.
... View more