We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a27a8 commit 0f37b08Copy full SHA for 0f37b08
1 file changed
solara/server/assets/style.css
@@ -158,6 +158,11 @@ div.highlight {
158
font-family: var(--jp-ui-font-family);
159
}
160
161
+.jupyter-widgets.solara-image {
162
+ /* Remove default margin from the ipywidgets image, it caused unexpected (and often difficult to change) visual behaviour */
163
+ margin: 0;
164
+}
165
+
166
167
:root {
168
--jp-warn-color0: var(--md-orange-700);
0 commit comments