Skip to content

Commit

Permalink
Align element in VisualList component
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Dec 23, 2024
1 parent 237739a commit 3fd2496
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/components/VisualList/VisualListItem.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
padding: var(--cpd-space-3x) var(--cpd-space-4x);
background-color: var(--cpd-color-bg-subtle-secondary);
font: var(--cpd-font-body-md-medium);
align-items: center;
}

.visual-list-item-icon {
Expand Down
1 change: 1 addition & 0 deletions src/components/VisualList/VisualListItem.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ export const Multiline = Template.bind({});
Multiline.args = {
children:
"List item with a looooooooooong very looooooooooong loooooooooooooong description",
style: { alignItems: "start" },
};

0 comments on commit 3fd2496

Please sign in to comment.