diff --git a/module/tree/css/edit.ui.css b/module/tree/css/edit.ui.css new file mode 100644 index 0000000000..b4e87b62ab --- /dev/null +++ b/module/tree/css/edit.ui.css @@ -0,0 +1,4 @@ +#editForm .form-horz .form-label {width: 7rem;} +#editForm .form-horz .form-group {padding-left: 7rem;} +[lang^=zh] #editForm .form-horz .form-label {width: var(--form-horz-label-width);} +[lang^=zh] #editForm .form-horz .form-group {padding-left: var(--form-horz-label-width);}