Willingness to contribute
The MLflow Community encourages bug fix contributions. Would you or another member of your organization be willing to contribute a fix for this bug to the MLflow code base?
System information
- Have I written custom code (as opposed to using a stock example script provided in MLflow): no
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): docker python:3.10-slim-buster
- MLflow installed from (source or binary): binary,
pip install mlflow
- MLflow version (run
mlflow --version): 1.22.0
- Python version: 3.10
- npm version, if running the dev UI: -
- Exact command to reproduce: -
Describe the problem
Too many scrollbars - see picture.

I believe this line to blame:
What component(s), interfaces, languages, and integrations does this bug affect?
Components
Interface
Language
Integrations
Willingness to contribute
The MLflow Community encourages bug fix contributions. Would you or another member of your organization be willing to contribute a fix for this bug to the MLflow code base?
System information
pip install mlflowmlflow --version): 1.22.0Describe the problem
Too many scrollbars - see picture.
I believe this line to blame:
mlflow/mlflow/server/js/src/experiment-tracking/components/ExperimentView.css
Line 332 in d79a816
What component(s), interfaces, languages, and integrations does this bug affect?
Components
area/artifacts: Artifact stores and artifact loggingarea/build: Build and test infrastructure for MLflowarea/docs: MLflow documentation pagesarea/examples: Example codearea/model-registry: Model Registry service, APIs, and the fluent client calls for Model Registryarea/models: MLmodel format, model serialization/deserialization, flavorsarea/projects: MLproject format, project running backendsarea/scoring: MLflow Model server, model deployment tools, Spark UDFsarea/server-infra: MLflow Tracking server backendarea/tracking: Tracking Service, tracking client APIs, autologgingInterface
area/uiux: Front-end, user experience, plotting, JavaScript, JavaScript dev serverarea/docker: Docker use across MLflow's components, such as MLflow Projects and MLflow Modelsarea/sqlalchemy: Use of SQLAlchemy in the Tracking Service or Model Registryarea/windows: Windows supportLanguage
language/r: R APIs and clientslanguage/java: Java APIs and clientslanguage/new: Proposals for new client languagesIntegrations
integrations/azure: Azure and Azure ML integrationsintegrations/sagemaker: SageMaker integrationsintegrations/databricks: Databricks integrations