Skip to content

Commit

Permalink
Add a min-height to the toolbar separator (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet authored Nov 8, 2024
1 parent e8c5b1e commit b18b9fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/jupytergis_lab/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ div.jGIS-toolbar-widget > div.jp-Toolbar-item:last-child {
}

.jGIS-Toolbar-Separator {
min-height: 25px;
width: var(--jp-border-width);
background-color: var(--jp-border-color1);
padding-left: 0px !important;
Expand Down

0 comments on commit b18b9fb

Please sign in to comment.