Skip to content

Commit

Permalink
fix: Prompt results cut off (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
askayastha22 committed Dec 15, 2023
1 parent dea55a7 commit 31710d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web-src/src/components/PromptResultCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ const styles = {
padding: 10px;
`,
variant: css`
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
width: 300px;
height: 100px;
padding: 8px;
Expand Down

0 comments on commit 31710d5

Please sign in to comment.