@@ -14,8 +14,7 @@ exports[`<TableSubheader defaults should render correctly 1`] = `
1414 - webkit - box - align : center ;
1515 - ms - flex - align : center ;
1616 align - items : center ;
17- padding : 0 16px 0 24px ;
18- min - height : 48px ;
17+ padding : 0 16px 8px 24px ;
1918 width : 100 % ;
2019 background - color : transparent ;
2120 - webkit - box - pack : end ;
@@ -46,8 +45,7 @@ exports[`<TableSubheader with component should render correctly 1`] = `
4645 - webkit - box - align : center ;
4746 - ms - flex - align : center ;
4847 align - items : center ;
49- padding : 0 16px 0 24px ;
50- min - height : 48px ;
48+ padding : 0 16px 8px 24px ;
5149 width : 100 % ;
5250 background - color : transparent ;
5351 - webkit - box - pack : end ;
@@ -80,8 +78,7 @@ exports[`<TableSubheader with component should render correctly with center alig
8078 - webkit - box - align : center ;
8179 - ms - flex - align : center ;
8280 align - items : center ;
83- padding : 0 16px 0 24px ;
84- min - height : 48px ;
81+ padding : 0 16px 8px 24px ;
8582 width : 100 % ;
8683 background - color : transparent ;
8784 - webkit - box - pack : center ;
@@ -114,8 +111,7 @@ exports[`<TableSubheader with component should render correctly with left align
114111 - webkit - box - align : center ;
115112 - ms - flex - align : center ;
116113 align - items : center ;
117- padding : 0 16px 0 24px ;
118- min - height : 48px ;
114+ padding : 0 16px 8px 24px ;
119115 width : 100 % ;
120116 background - color : transparent ;
121117 - webkit - box - pack : start ;
@@ -148,8 +144,7 @@ exports[`<TableSubheader with component should render correctly with right align
148144 - webkit - box - align : center ;
149145 - ms - flex - align : center ;
150146 align - items : center ;
151- padding : 0 16px 0 24px ;
152- min - height : 48px ;
147+ padding : 0 16px 8px 24px ;
153148 width : 100 % ;
154149 background - color : transparent ;
155150 - webkit - box - pack : end ;
@@ -182,8 +177,7 @@ exports[`<TableSubheader with component should render when wrap is false 1`] = `
182177 - webkit - box - align : center ;
183178 - ms - flex - align : center ;
184179 align - items : center ;
185- padding : 0 16px 0 24px ;
186- min - height : 48px ;
180+ padding : 0 16px 8px 24px ;
187181 width : 100 % ;
188182 background - color : transparent ;
189183 - webkit - box - pack : end ;
0 commit comments