Skip to content

Commit

Permalink
fix(@clayui/css): Cadmin dropdown-menu-indicator spacing is off by 4px
Browse files Browse the repository at this point in the history
  • Loading branch information
pat270 committed Oct 27, 2023
1 parent b534568 commit 3b0a184
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ $cadmin-dropdown-item-padding-y: 8px !default;
$cadmin-dropdown-item-disabled-cursor: $cadmin-disabled-cursor !default;

$cadmin-dropdown-item-indicator-size: 16px !default;
$cadmin-dropdown-item-indicator-spacer-x: 16px !default;
$cadmin-dropdown-item-indicator-spacer-x: 12px !default;

$cadmin-dropdown-link-color: $cadmin-gray-600 !default;
$cadmin-dropdown-link-font-weight: $cadmin-font-weight-normal !default;
Expand Down

0 comments on commit 3b0a184

Please sign in to comment.