Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/Label---Add-small-variant-662303…
Browse files Browse the repository at this point in the history
…2676' into Label---Add-small-variant-6623032676
  • Loading branch information
rivka-ungar committed May 16, 2024
2 parents 3754709 + cb6ca51 commit 485b299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import * as ResponsiveListStories from "./ResponsiveList.stories";

## Overview

ResponsiveList is a helper component, it is in charge of "moving" elements when there container is overflowing. It moves them to a list at the end of the container.
ResponsiveList is a helper component, it is in charge of "moving" elements when their container is overflowing. It moves them to a list at the end of the container.
(the blue handle is a resize handler - not part of the component)

<Canvas of={ResponsiveListStories.Overview} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.typography {
// TODO: remove anchor styles
a {
> a {
text-decoration: none;
color: var(--link-color);
@include focus-style();
Expand Down

0 comments on commit 485b299

Please sign in to comment.