Better label width variable name

Use --label-width instead of --width to be more specific, and avoid any potential conflicts
This commit is contained in:
nathan 2022-07-19 16:42:39 -06:00
parent 4b52b62698
commit 5542298b83

View File

@ -85,7 +85,7 @@
.label-on-left::part(form-control-label) { .label-on-left::part(form-control-label) {
flex: 0 0 auto; flex: 0 0 auto;
width: var(--width, 8em); width: var(--label-width, 8em);
white-space: normal; white-space: normal;
} }