Skip to content

Commit

Permalink
Merge pull request #164 from JSv4/JSv4/fix-corpus-cards
Browse files Browse the repository at this point in the history
Fix CorpusCards
  • Loading branch information
JSv4 authored Jul 19, 2024
2 parents 42da4c4 + cca53b6 commit 1198529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/corpuses/CorpusCards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const CorpusCards = ({
style={{
flex: 1,
width: "100%",
overflow: "hidden",
overflowY: "scroll",
}}
>
<Card.Group stackable itemsPerRow={card_cols} style={comp_style}>
Expand Down

0 comments on commit 1198529

Please sign in to comment.