mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
fix: Broken checkboxes in embed mode
This commit is contained in:
parent
65e614f00f
commit
6281b5eee2
1 changed files with 1 additions and 0 deletions
|
|
@ -437,6 +437,7 @@ select option {
|
||||||
}
|
}
|
||||||
|
|
||||||
.e-checkbox.material-design>div {
|
.e-checkbox.material-design>div {
|
||||||
|
box-sizing: border-box !important;
|
||||||
border: 2px solid var(--color-primary-element);
|
border: 2px solid var(--color-primary-element);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue