mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Et2Checkbox: Change vertical align, it wasn't lining up nicely in calendar edit
This commit is contained in:
parent
91bff934b2
commit
ee52509fca
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user