diff --git a/front/core/components/check/style.scss b/front/core/components/check/style.scss index 5ddd56fa3..ade79c4c5 100644 --- a/front/core/components/check/style.scss +++ b/front/core/components/check/style.scss @@ -16,10 +16,6 @@ vn-check { } md-checkbox { - margin-bottom: 0 - } - - md-checkbox .md-label { - margin-bottom: .5em; + margin-bottom: 0.8em } } diff --git a/front/core/components/table/style.scss b/front/core/components/table/style.scss index 54b40db6d..33e2ee06a 100644 --- a/front/core/components/table/style.scss +++ b/front/core/components/table/style.scss @@ -174,4 +174,7 @@ vn-table { float: right; margin: 0!important; } + md-checkbox { + margin: 0; + } } \ No newline at end of file