Skip to content

Commit 3340d1d

Browse files
authored
Add a min-height to the toolbar separator (#577)
1 parent b7f3687 commit 3340d1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/jupytercad_lab/style/base.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ div.jpcad-toolbar-widget > div.jp-Toolbar-item:last-child {
211211
}
212212

213213
.jcad-Toolbar-Separator {
214+
min-height: 25px;
214215
width: var(--jp-border-width);
215216
background-color: var(--jp-border-color1);
216217
padding-left: 0px !important;

0 commit comments

Comments
 (0)