Skip to content

Commit

Permalink
chore: Increase max-height of datacard container to 800px
Browse files Browse the repository at this point in the history
  • Loading branch information
xingjian-zhang committed Jun 5, 2024
1 parent 69e7eaf commit bc033b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/datacard/card-builder/src/styles/datacard.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ body {
border-radius: 5px;
border: 1px solid #cddcdc;
margin-bottom: 10px;
max-height: 500px;
max-height: 800px;
overflow: hidden
}

Expand Down

0 comments on commit bc033b0

Please sign in to comment.