Skip to content

Commit b14ab95

Browse files
fix(visualization): make color metric dropdown consistently anchor right
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f3a654a commit b14ab95

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

visualization/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
2020
- Bump Angular Version from 18 to 20 this might lead to smaller issues in the design. We will fix those as soon as we notice them.
2121

2222
### Fixed 🐞
23+
- Fix color metric dropdown inconsistently anchoring left when edge metrics are present
2324
- replace material design of color picker, gradiant selector in color metric options and legend block with DaisyUI.
2425
- Node tooltip' attribute side bar migrated to daisyUI
2526
## [1.137.0] - 2025-10-09

visualization/app/codeCharta/ui/ribbonBar/ribbonBar.component.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ cc-ribbon-bar-panel {
2020
right: auto;
2121
}
2222

23-
&:last-child cc-ribbon-bar-panel-settings {
23+
&:last-child cc-ribbon-bar-panel-settings,
24+
&#color-metric-card cc-ribbon-bar-panel-settings {
2425
left: auto;
2526
right: 0;
2627
}

0 commit comments

Comments
 (0)