Skip to content

Commit

Permalink
Hide label to remove gap
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Nov 29, 2024
1 parent 5d52e17 commit 5e02199
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vizro-core/src/vizro/static/css/bootstrap_overwrites.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,8 @@ To ensure the dynamic height adjustment and prevent scrolling, the height must b
.tab-content .container-title:first-of-type {
display: none;
}

/* Remove label that automatically gets added when calling `dbc.Switch` to remove gap. */
label[for="theme-selector"] {
display: none;
}

0 comments on commit 5e02199

Please sign in to comment.