forked from extern/egroupware
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:
parent
4b52b62698
commit
5542298b83
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user