mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-07-15 22:05:56 +02:00
Et2Checkbox: Change vertical align, it wasn't lining up nicely in calendar edit
This commit is contained in:
@ -31,7 +31,7 @@ export class Et2Checkbox extends Et2InputWidget(SlCheckbox)
|
||||
:host {
|
||||
/* Make it line up with the middle of surroundings */
|
||||
margin: auto 0px;
|
||||
vertical-align: -webkit-baseline-middle;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
:host([disabled]) {
|
||||
display:initial;
|
||||
|
Reference in New Issue
Block a user