fix: Broken checkboxes in embed mode

This commit is contained in:
Rene Hampölz 2022-11-19 12:20:18 +00:00
parent 65e614f00f
commit 6281b5eee2

View file

@ -437,6 +437,7 @@ select option {
}
.e-checkbox.material-design>div {
box-sizing: border-box !important;
border: 2px solid var(--color-primary-element);
border-radius: 2px;
box-sizing: border-box;