Skip to content

Commit d31ee44

Browse files
dsuren1allyoucanmap
authored andcommitted
Plain arrays (non autocomplete) fix render (#1921)
1 parent 7851197 commit d31ee44

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

geonode_mapstore_client/client/themes/geonode/less/_metadata.less

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,42 @@
244244
.gn-metadata-form-title {
245245
font-weight: 700;
246246
}
247+
&.field-array {
248+
fieldset.field-array {
249+
position: relative;
250+
.array-item-list {
251+
width: 100%;
252+
.array-item {
253+
display: flex;
254+
align-items: center;
255+
.field-error {
256+
&.form-group{
257+
margin-bottom: 0;
258+
}
259+
}
260+
.array-item-toolbox {
261+
display: flex;
262+
padding-left: 0;
263+
.btn-group {
264+
gap: 10px;
265+
button {
266+
width: 30px;
267+
}
268+
}
269+
}
270+
}
271+
}
272+
.row {
273+
button {
274+
width: 30px;
275+
}
276+
&:last-child {
277+
position: absolute;
278+
right: 50px;
279+
}
280+
}
281+
}
282+
}
247283
}
248284
label {
249285
text-transform: capitalize;

0 commit comments

Comments
 (0)