forked from extern/egroupware
Set width and height for slot label
This commit is contained in:
parent
bd555ec4d1
commit
420a491e34
@ -46,9 +46,11 @@ export class Et2Switch extends Et2InputWidget(SlotMixin(SlSwitch))
|
||||
.switch__thumb {
|
||||
z-index: var(--sl-z-index-tooltip);
|
||||
}
|
||||
.label {
|
||||
::slotted(span.label)
|
||||
{
|
||||
width: var(--width);
|
||||
display: inline-flex;
|
||||
height: var(--height);
|
||||
}
|
||||
`,
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user