fix: Checkbox margin

This commit is contained in:
Rene Hampölz 2023-05-22 08:46:22 +00:00
parent e179b46140
commit c50642021b

View file

@ -700,7 +700,7 @@ select option {
height: 44px;
border-radius: 44px;
padding: 0 14px;
margin: 0 -7px 0 -14px;
margin: 0;
}
#rl-app .e-component.e-checkbox.material-design:hover,
@ -1577,5 +1577,4 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
#rl-app .tabs .tab-content {
border-color: var(--color-primary-element);
padding: 10px 20px;
}