From c32e951cf1b14bbb7084aadd61969bc4083b37bf Mon Sep 17 00:00:00 2001 From: Geno Date: Sun, 25 Feb 2018 17:33:57 +0100 Subject: [PATCH] [BUGFIX] Bar width max 100% --- scss/modules/_node.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/modules/_node.scss b/scss/modules/_node.scss index 9e68ce9..a0b1bb1 100644 --- a/scss/modules/_node.scss +++ b/scss/modules/_node.scss @@ -16,6 +16,7 @@ background: $color-new; display: inline-block; height: 1.4em; + max-width: 100%; } label {