From 908ce9a1c107c5742ad282686c3d1cc45eec497e Mon Sep 17 00:00:00 2001 From: Stadly Date: Tue, 22 Oct 2019 13:14:06 +0200 Subject: [PATCH] Fix expanded button width --- scss/grid/_grid.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/grid/_grid.scss b/scss/grid/_grid.scss index 429b8f08..3a787c55 100755 --- a/scss/grid/_grid.scss +++ b/scss/grid/_grid.scss @@ -98,7 +98,8 @@ th.column { &.button { width:auto; - &.expanded{ + &.expand, + &.expanded { width: 100%; } } -- 2.47.2