mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 06:28:28 +03:00
fix: Checkbox overlaps with other elements
This commit is contained in:
parent
c5f419e8da
commit
2ea3f6de4a
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue