]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fix expanded button width 967/head
authorStadly <magnar@myrtveit.com>
Tue, 22 Oct 2019 11:14:06 +0000 (13:14 +0200)
committerStadly <magnar@myrtveit.com>
Tue, 22 Oct 2019 11:14:06 +0000 (13:14 +0200)
scss/grid/_grid.scss

index 429b8f08a3e259c43e673bc16b237473c978660e..3a787c55636c992398f21646f48ebea569ed9e45 100755 (executable)
@@ -98,7 +98,8 @@ th.column {
     &.button {
       width:auto;
 
-      &.expanded{
+      &.expand,
+      &.expanded {
         width: 100%;
       }
     }