mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-12-16 13:30:30 +01:00
@@ -429,7 +429,7 @@ form {
|
|||||||
.dynfields, [data-grav-field="array"], [data-grav-field="multilevel"] {
|
.dynfields, [data-grav-field="array"], [data-grav-field="multilevel"] {
|
||||||
|
|
||||||
input[type=text] {
|
input[type=text] {
|
||||||
width: 70%;
|
width: calc(50% - 50px);
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 5px 5px 0;
|
margin: 0 5px 5px 0;
|
||||||
}
|
}
|
||||||
@@ -454,7 +454,7 @@ form {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.array-field-value_only {
|
&.array-field-value_only {
|
||||||
width: 100%;
|
width: calc(100% - 100px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user