confluentinc / cp-demo

Confluent Platform Demo including Apache Kafka, ksqlDB, Control Center, Schema Registry, Security, Schema Linking, and Cluster Linking
Apache License 2.0
36 stars 322 forks source link

Huge ass time icons #62

Closed tennox closed 5 years ago

tennox commented 6 years ago

I cloned this repo (529e469c3aa8f4ad9f75f64685271f629995b9b4), ran ./scripts/start.sh, opened the control center, and look what I was greeted by:

Screenshot

Time picker

The <svg> element has width="1.3rem" and height="1.3rem" attributes, but they don't work with relative values in some browsers (in my case firefox - but chrome works): The issue is described in more detail here: https://wiki.mozilla.org/SVG:Sizing

I did not find a repository for the control center itself, that's why I'm posting it here.

ybyzek commented 6 years ago

Hi @TeNNoX , Control Center is currently supported just on Google Chrome, as documented here: https://docs.confluent.io/current/control-center/docs/installation/install-apache-kafka.html