Skip to content

Commit

Permalink
Plain arrays (non autocomplete) fix render
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuren1 committed Dec 9, 2024
1 parent 9f79aaf commit 766adef
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions geonode_mapstore_client/client/themes/geonode/less/_metadata.less
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,42 @@
.gn-metadata-form-title {
font-weight: 700;
}
&.field-array {
fieldset.field-array {
position: relative;
.array-item-list {
width: 100%;
.array-item {
display: flex;
align-items: center;
.field-error {
&.form-group{
margin-bottom: 0;
}
}
.array-item-toolbox {
display: flex;
padding-left: 0;
.btn-group {
gap: 10px;
button {
width: 30px;
}
}
}
}
}
.row {
button {
width: 30px;
}
&:last-child {
position: absolute;
right: 50px;
}
}
}
}
}
label {
text-transform: capitalize;
Expand Down

0 comments on commit 766adef

Please sign in to comment.