From 6c46400d3d8b86d8917ada5d4f8e0b2a4e279bbf Mon Sep 17 00:00:00 2001 From: Gerard Date: Fri, 22 Feb 2019 08:52:30 +0100 Subject: [PATCH] checkbox styles fixed --- front/core/components/check/style.scss | 6 +----- front/core/components/table/style.scss | 3 +++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/front/core/components/check/style.scss b/front/core/components/check/style.scss index 5ddd56fa35..ade79c4c53 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 54b40db6d4..33e2ee06ab 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