Hi, thanks. Will change for next version.
unlimited-elements-for-elementor/css/admin.css
945 rows
.unite-inputs input[type='checkbox'] {
margin: 0px;
-webkit-appearance: checkbox !important;
}
The checkbox does not look good. It is recommended to use media-slider
.unite-inputs input[type='checkbox'] {
margin: 0px;
-webkit-appearance: media-slider !important;
}
unlimited-elements-for-elementor/css/admin.css
974 rows
.unite-inputs select {
padding: 2px;
width: auto;
}
Padding should be removed
unlimited-elements-for-elementor/css/admin.css
408 rows
.unite_table_items * {
box-sizing: content-box;
}
box-sizing: content-box;should be removed,This line of CSS will make the radio button look abnormal
Hi. Please show visually where is the problems and we will fix all the issues.
All right. Will handle those issues for the next version release. Thanks.