Skip to content

Commit

Permalink
#1592 Palette items are not left aligned
Browse files Browse the repository at this point in the history
Signed-off-by: CTomlyn <[email protected]>
  • Loading branch information
tomlyn committed Oct 13, 2023
1 parent f3a1b21 commit 8b13907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canvas_modules/common-canvas/src/palette/palette.scss
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ $palette-search-container-height: 41px;

.palette-flyout-category-text-no-image {
line-height: 46px; /* Must be same as containing div height */
margin-left: 16px;
margin-left: 10px;
width: 170px;
}

Expand Down

0 comments on commit 8b13907

Please sign in to comment.