tchiotludo / akhq

Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more...
https://akhq.io/
Apache License 2.0
3.42k stars 660 forks source link

fix(ui): connect clusters list overflow #1841

Closed AlexisSouquiere closed 5 months ago

AlexisSouquiere commented 5 months ago

Reapply style that was removed during the frontend upgrade to fix a small regression on the connect clusters list with a lot of clusters (unable to scroll)

Before:

image

After:

image
AlexisSouquiere commented 5 months ago

Fix #1845