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 Dec 23, 2024
1 parent 565b543 commit 8e5c5dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solara/server/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ div.highlight {
letter-spacing:0;
text-transform:none;
font-family: var(--jp-ui-font-family);
/* Remove default margin, this was a common unexpected (and often difficult to change) visual behaviour */
margin: 0;
}


Expand Down

0 comments on commit 8e5c5dd

Please sign in to comment.