mlflow/mlflow
在 GitHub 查看[BUG] Artifacts (such as plots) are not scaled to their parent frame in the comparison view
Open
#20,703 创建于 2026年2月10日
area/uiuxbuggood first issuehas-closing-prhelp wanted
描述
MLflow version
3.9.0
System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
- Python version:
- yarn version, if running the dev UI:
Describe the problem
When comparing a handful of runs, the artifact viewer does not scale the separate artifacts to thei parent frame. Instead it shows a horizontal scroll bar which makes comparing plots/images not very convenient.
An example of how that looks:
Adding the max-width: '100%' to the class .css-imokk2 works around this, as this forces the images to the width of their parent frame, which looks like this:
Steps to reproduce the bug
- Select 2-3 different runs with each the same plot/image artifacts
- Press "Compare"
- Scroll down to "Artifacts" section and select the plot artifacts
Code to generate data required to reproduce the bug
No response
Is the console panel in DevTools showing errors relevant to the bug? Type 'N/A' if not applicable.
N/A
Does the network panel in DevTools contain failed requests relevant to the bug? Type 'N/A' if not applicable.
N/A