Fix .et2-label-fixed widgets got validation error covering the label

This commit is contained in:
nathan 2022-12-19 14:09:21 -07:00
parent 10e54a8f9d
commit 37ff4a00a6
2 changed files with 5 additions and 4 deletions

View File

@ -106,6 +106,9 @@
width: initial;
width: var(--label-width, 8em);
}
.et2-label-fixed::part(form-control-help-text) {
left: calc(var(--sl-spacing-medium) + var(--label-width,8em));
}
/**
* VBox widget

6
package-lock.json generated
View File

@ -6734,8 +6734,7 @@
"version": "1.10.11",
"resolved": "https://registry.npmjs.org/@interactjs/core/-/core-1.10.11.tgz",
"integrity": "sha512-aJ50ccVeszpJt7wPH7Yfqm7f1aG1SA94qd90P0NaESh5/QUXn4CESO6igobo4DFHQ5z+1Rfdl8aphP4JxlH4gw==",
"dev": true,
"requires": {}
"dev": true
},
"@interactjs/dev-tools": {
"version": "1.10.11",
@ -11167,8 +11166,7 @@
"version": "7.5.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.3.tgz",
"integrity": "sha512-kQ/dHIzuLrS6Je9+uv81ueZomEwH0qVYstcAQ4/Z93K8zeko9gtAbttJWzoC5ukqXY1PpoouV3+VSOqEAFt5wg==",
"dev": true,
"requires": {}
"dev": true
},
"yallist": {
"version": "4.0.0",