Skip to content

Commit

Permalink
Merge pull request #286 from rebeccaalpert/sources-width
Browse files Browse the repository at this point in the history
fix(SourcesCard): Remove fixed width
  • Loading branch information
nicolethoen authored Nov 4, 2024
2 parents cce1bf6 + 6a6bae9 commit 87f4ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/module/src/SourcesCard/SourcesCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
flex-direction: column;
gap: var(--pf-t--global--spacer--sm);
padding-block-start: var(--pf-t--global--spacer--sm);
width: 22.5rem;
max-width: 22.5rem;
}

.pf-chatbot__sources-card {
Expand Down

0 comments on commit 87f4ddf

Please sign in to comment.