Skip to content

Commit

Permalink
Minimal height for the source and layer panels
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Jul 22, 2024
1 parent 901fc01 commit 9d7f0f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/base/style/leftPanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
| Distributed under the terms of the Modified BSD License.
|---------------------------------------------------------------------------- */

.jp-gis-sourcePanel,
.jp-gis-layerPanel {
min-height: 3em;
}

.jp-gis-layerItem,
.jp-gis-source {
padding: 2px 0 2px 12px;
Expand Down

0 comments on commit 9d7f0f4

Please sign in to comment.