Skip to content

Commit

Permalink
add missing parent class to connectivity_out_style
Browse files Browse the repository at this point in the history
  • Loading branch information
dylansdaniels committed Nov 21, 2024
1 parent 88ca087 commit 0ad1f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnn_core/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,7 @@ def add_network_connectivity_tab(net, connectivity_out,
connectivity_out_style = HTML("""
<style>
/* CSS to style elements inside the Accordion */
.lm-Widget.lm-Panel.jupyter-widget-Collapse-contents {
.connectivity-section .lm-Widget.lm-Panel.jupyter-widget-Collapse-contents {
padding: 0px 0px 10px 0px !important;
margin: 0 !important;
}
Expand Down

0 comments on commit 0ad1f82

Please sign in to comment.