Skip to content

Commit

Permalink
Improve form CSS (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou authored Jul 25, 2024
1 parent 8879811 commit 02b864f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions packages/base/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,28 @@
font-size: var(--jp-ui-font-size0);
padding-left: 3px;
}

/* Overwrite forms CSS */
.jGIS-property-panel .array-item-list {
display: flex;
}

.jGIS-property-panel .jp-SchemaForm .array-item:not(:last-child) {
margin-right: var(--jp-ui-font-size1);
border-bottom: none;
margin-bottom: unset;
padding-bottom: unset;
}

.jGIS-property-panel .jp-SchemaForm .array-item {
flex-grow: 1;
}

.jGIS-property-panel .jp-SchemaForm .field-description {
display: none;
}

.jGIS-property-panel .jp-SchemaForm fieldset fieldset {
padding-left: unset;
border-left: none;
}

0 comments on commit 02b864f

Please sign in to comment.