From d773082f822ab6c3012dcfa2eb429c778618f615 Mon Sep 17 00:00:00 2001 From: Gerard Date: Mon, 26 Mar 2018 15:02:26 +0200 Subject: [PATCH] solucionado checkbox sin tag utilizando 100 de su contenedor --- client/core/src/components/check/style.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/core/src/components/check/style.scss b/client/core/src/components/check/style.scss index 1088ad05e5..3ff40e1e70 100644 --- a/client/core/src/components/check/style.scss +++ b/client/core/src/components/check/style.scss @@ -1,3 +1,5 @@ vn-check { - float: left; + & > .mdl-checkbox { + width: initial; + } } \ No newline at end of file