File tree 2 files changed +42
-1
lines changed
2 files changed +42
-1
lines changed Original file line number Diff line number Diff line change 101
101
display : inline-block !important ;
102
102
}
103
103
104
- & .vertical , & .small-vertical {
104
+ & .vertical ,
105
+ & .small-vertical {
105
106
td ,
106
107
th {
107
108
display : block !important ;
113
114
table .menu [align = " center" ] {
114
115
width : auto !important ;
115
116
}
117
+
118
+
119
+ // expands buttons for small only
120
+ table .button.small-expand ,
121
+ table .button.small-expanded {
122
+ width : 100% !important ;
123
+
124
+ table {
125
+ width : 100% ;
126
+
127
+ a {
128
+ text-align : center !important ;
129
+ width : 100% !important ;
130
+ padding-left : 0 !important ;
131
+ padding-right : 0 !important ;
132
+ }
133
+ }
134
+
135
+ center {
136
+ min-width : 0 ;
137
+ }
138
+ }
116
139
}
117
140
Original file line number Diff line number Diff line change 4
4
}
5
5
</ style >
6
6
< container >
7
+ < a href ="https://litmus.com/checklist/emails/public/52b6fb8 "> Test Results - Passing 6/8/1016</ a >
7
8
< row >
8
9
< columns small ="12 " large ="12 ">
9
10
< center >
53
54
</ row >
54
55
< row >
55
56
< columns small ="12 " large ="12 ">
57
+ Expand small only with center tag
58
+ < center >
59
+ < button href ="http://zurb.com " href ="http://zurb.com " class ="small-expand "> Expand small only</ button >
60
+ </ center >
61
+ </ columns >
62
+ </ row >
63
+ < row >
64
+ < columns small ="12 " large ="12 ">
65
+ Expand small only
66
+ < center >
67
+ < button href ="http://zurb.com " href ="http://zurb.com " class ="small-expand "> Expand small only</ button >
68
+ </ center >
69
+ </ columns >
70
+ </ row >
71
+ < row >
72
+ < columns small ="12 " large ="12 ">
73
+ < center >
56
74
< button href ="http://zurb.com " href ="http://zurb.com " class ="expand "> I expand and have lots of text</ button >
57
75
</ columns >
58
76
</ row >
You can’t perform that action at this time.
0 commit comments