Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c0cc2b5

Browse files
committedDec 23, 2024··
fix!: unexpected margins on widgets
Fixes #691
1 parent 6328ea7 commit c0cc2b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎solara/server/assets/style.css

+2
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)
Please sign in to comment.