Skip to content

Commit

Permalink
Unset heights and see how it looks..
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Mar 5, 2025
1 parent 7ec6252 commit 63f8fc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vizro-core/examples/scratch_dev/assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#page-header {
padding-left: 8px;
}

.d-flex .card, .d-flex .loading-container, .d-flex .figure-container {
height: unset;
width: unset;
}

0 comments on commit 63f8fc1

Please sign in to comment.