smashingboxes/cardboard

View on GitHub
app/javascript/main/assets/css/2_elements/tables.css

Summary

Maintainability
Test Coverage
table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;

  &:not(:last-child) {
    margin-bottom: var(--spacing-med);
  }
}

tr,
td,
th {
  vertical-align: middle;
}