]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fixed nested expanded button style 791/head
authorJoe Workman <joe@workmanmail.com>
Fri, 9 Jun 2017 15:54:20 +0000 (08:54 -0700)
committerJoe Workman <joe@workmanmail.com>
Fri, 9 Jun 2017 15:54:20 +0000 (08:54 -0700)
The !Important was not getting cuaght by the inliner.

scss/components/_button.scss
scss/grid/_grid.scss

index 930086e0deb5f63159659801e38f38aa068cf773..810051845b821dcf5828e3327311cb975c178590 100755 (executable)
@@ -145,7 +145,7 @@ table.button.large {
 
 table.button.expand,
 table.button.expanded {
-  width: 100%!important;
+  width: 100%;
 
   table {
     width: 100%;
index 1f87716f17d4349a10413e6d4690c38fb9585b48..429b8f08a3e259c43e673bc16b237473c978660e 100755 (executable)
@@ -97,6 +97,10 @@ th.column {
 
     &.button {
       width:auto;
+
+      &.expanded{
+        width: 100%;
+      }
     }
   }
 }