'ink/components/button',
'ink/components/callout',
'ink/components/thumbnail',
-'ink/components/inline-list',
+'ink/components/menu',
'ink/components/outlook-first',
'ink/components/media-query';
display: inherit !important;
}
+//menu
+table.menu {
+ td,
+ th {
+ width: auto !important;
+ display: inline-block !important;
+ }
+
+ &.vertical {
+ td,
+ th {
+ display: block !important;
+ }
+ }
}
-// table.inline-list {
-// td,
-// th {
-// width: auto !important;
-// display: inline-block !important;
-// }
-// &.vertical {
-// td,
-// th {
-// display: block !important;
-// }
-// }
-// }
+}