Skip to content

Commit 8e5c5dd

Browse files
committed
fix!: unexpected margins on widgets
Fixes #691
1 parent 565b543 commit 8e5c5dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

solara/server/assets/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ div.highlight {
156156
letter-spacing:0;
157157
text-transform:none;
158158
font-family: var(--jp-ui-font-family);
159+
/* Remove default margin, this was a common unexpected (and often difficult to change) visual behaviour */
160+
margin: 0;
159161
}
160162

161163

0 commit comments

Comments
 (0)