Skip to content

Commit

Permalink
Fix ul and ol padding (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed May 4, 2020
1 parent 405c6a4 commit d5a6042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuselage/src/styles/props/special.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const withRichContentStyles = css`
ul,
ol {
${ paddingInlineStartProperty('x40') };
${ paddingInlineStartProperty(getPaddingValue('x40')) };
}
ul {
Expand Down

0 comments on commit d5a6042

Please sign in to comment.