We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6328ea7 commit c0cc2b5Copy full SHA for c0cc2b5
solara/server/assets/style.css
@@ -156,6 +156,8 @@ div.highlight {
156
letter-spacing:0;
157
text-transform:none;
158
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;
161
}
162
163
0 commit comments