diff --git a/platform/core/common/styles/_checkboxes.scss b/platform/core/common/styles/_checkboxes.scss index f14e6d3ea..edc016ef6 100644 --- a/platform/core/common/styles/_checkboxes.scss +++ b/platform/core/common/styles/_checkboxes.scss @@ -27,7 +27,6 @@ .mat-checkbox-inner-container { height: 10px !important; width: 10px !important; - margin-right: 5px; &:hover { background-color: $accentColor; @@ -59,9 +58,5 @@ .mat-checkbox-disabled { cursor: not-allowed; } - - .mat-checkbox-layout .mat-checkbox-label { - line-height: unset; - } } }