Skip to content

Commit

Permalink
#2070 Chevron positioned incorrectly in context menu with icon (#2071)
Browse files Browse the repository at this point in the history
Signed-off-by: CTomlyn <[email protected]>
  • Loading branch information
tomlyn authored Jul 26, 2024
1 parent c347b26 commit 5a0b5f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion canvas_modules/common-canvas/src/toolbar/toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $toolbar-divider-width: 1px;
}

& .overflow-item {
padding: 6px;
padding: 0 $spacing-03 0 0;
}

& .toolbar-right-chevron {
Expand Down Expand Up @@ -274,6 +274,7 @@ $toolbar-divider-width: 1px;
}

.toolbar-icon {
height: 16px;
& svg {
height: $toolbar-icon-size;
width: $toolbar-icon-size;
Expand Down

0 comments on commit 5a0b5f3

Please sign in to comment.