Skip to content

Commit

Permalink
fix(list): Modify list focus ring horizontal offset to prevent horizo…
Browse files Browse the repository at this point in the history
…ntal overflow.

PiperOrigin-RevId: 467832484
  • Loading branch information
joyzhong authored and copybara-github committed Aug 16, 2022
1 parent 9f410f6 commit a88be95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion list/lib/listitem/_list-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@include focus-ring-theme.theme(
(
container-outer-padding-vertical: -2px,
container-outer-padding-horizontal: -2px,
container-outer-padding-horizontal: -4px,
)
);
}
Expand Down

0 comments on commit a88be95

Please sign in to comment.