Skip to content

Commit

Permalink
fix!: unexpected margins on widgets
Browse files Browse the repository at this point in the history
Fixes #691
  • Loading branch information
iisakkirotko committed Feb 3, 2025
1 parent 31a27a8 commit 0f37b08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions solara/server/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ div.highlight {
font-family: var(--jp-ui-font-family);
}

.jupyter-widgets.solara-image {
/* Remove default margin from the ipywidgets image, it caused unexpected (and often difficult to change) visual behaviour */
margin: 0;
}


:root {
--jp-warn-color0: var(--md-orange-700);
Expand Down

0 comments on commit 0f37b08

Please sign in to comment.