fix: Checkbox overlaps with other elements

This commit is contained in:
Rene Hampölz 2022-12-18 19:35:53 +00:00
parent c5f419e8da
commit 2ea3f6de4a

View file

@ -487,7 +487,7 @@ select option {
height: 44px;
border-radius: 44px;
padding: 0 14px;
margin: 0 -14px;
margin: 0 -7px 0 -14px;
}
#rl-app .e-component.e-checkbox.material-design:hover,