grafana / clock-panel

Clock Panel Plugin for Grafana
MIT License
95 stars 62 forks source link

Adding flex flow to wrap when height is reduced #117

Closed tolzhabayev closed 1 year ago

tolzhabayev commented 1 year ago

Based off https://github.com/grafana/grafana/discussions/60568

Adding flex-flow: column wrap; which should lead to the same behaviour as before when there is enough height in the panel and to switching to inline when the height is reduced.

SCR-20221230-pqa