From 2c012b084ace4527574e0ef0683b16fc2c88998b Mon Sep 17 00:00:00 2001 From: Carlos Jimenez Ruiz Date: Tue, 28 May 2019 06:57:56 +0200 Subject: [PATCH] #1476 ticket.Sale check all checkbox --- front/salix/components/login/style.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/front/salix/components/login/style.scss b/front/salix/components/login/style.scss index bf3ad786f..c58f4aec1 100644 --- a/front/salix/components/login/style.scss +++ b/front/salix/components/login/style.scss @@ -37,6 +37,9 @@ vn-login { & > vn-check { padding-top: .5em; display: block; + .md-label { + white-space: inherit; + } } & > .footer { margin-top: 2em;