Skip to content

Commit 2e34b2d

Browse files
committed
Fix non-existing attribute in ipywidgets.Layout
1 parent 9b2e8ba commit 2e34b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphviz_anywidget/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def toggle_case_sensitive(change: dict) -> None:
181181

182182
controls_box = ipywidgets.HBox(
183183
[*zoom_widgets, direction_selector, *search_widgets],
184-
layout=ipywidgets.Layout(gap="8px"),
184+
layout=ipywidgets.Layout(margin="8px"),
185185
)
186186

187187
# Set visibility of controls based on the `controls` parameter

0 commit comments

Comments
 (0)