Skip to content
Snippets Groups Projects

#3437426 - Removing margin from base table styles

Merged Jennifer Dust requested to merge issue/prototype-3437426:3437426-table-base-styles into 5.x
3 files
+ 0
47
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -3,22 +3,11 @@ table {
line-height: var(--prototype-lh-label-16);
width: 100%;
max-width: 100%;
margin-top: 0;
margin-bottom: 72px;
border-spacing: 0;
text-align: left;
border-collapse: collapse;
}
h1 + table,
h2 + table,
h3 + table,
h4 + table,
h5 + table,
table:not(:first-child) {
margin-top: 24px;
}
thead th {
vertical-align: bottom;
}
Loading