When "update available" badge is present in the devtools, the Plotly Cloud button overflows off the left edge of the devtools background.
Describe your context
dash 3.3.0 /Users/ekl/code/dash
** Note: I manually changed the Dash version to 3.2.0 in version.py in order to cause the "update available" badge to show, but the actual version is 3.3.0
- OS: Mac OS
- Browser: Chrome
- Version: 141.0.7390.123
Describe the bug
When "update available" badge is present in the devtools, the Plotly Cloud button overflows off the left edge of the devtools background.
Expected behavior
Contents should be entirely contained within background.
Screenshots
Steps to reproduce
- Check out the latest version of the
dev branch and install with pip install -e .
- Manually edit
dash/version.py and change the version to 3.2.0
- Run any Dash app with
debug=True to show the devtools