Skip to content

Commit

Permalink
Fix sass division use
Browse files Browse the repository at this point in the history
Signed-off-by: Miki <miki@amazon.com>
  • Loading branch information
AMoo-Miki committed Aug 23, 2024
1 parent 1a3157b commit b19229b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ doc-table {
dt {
background-color: tintOrShade($euiColorPrimary, 90%, 70%);
color: $euiTextColor;
padding: ($euiSizeXS / 2) $euiSizeXS;
padding: calc($euiSizeXS / 2) $euiSizeXS;
margin-right: $euiSizeXS;
word-break: normal;
border-radius: $euiBorderRadius;
Expand Down

0 comments on commit b19229b

Please sign in to comment.