From 5542298b83dc2dd59a710312968aa9d166a4abcc Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 19 Jul 2022 16:42:39 -0600 Subject: [PATCH] Better label width variable name Use --label-width instead of --width to be more specific, and avoid any potential conflicts --- api/templates/default/etemplate2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 15eee4dc0d..742106aae8 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -85,7 +85,7 @@ .label-on-left::part(form-control-label) { flex: 0 0 auto; - width: var(--width, 8em); + width: var(--label-width, 8em); white-space: normal; }