/* TODO Spostare in table.css? */

.table--border {
  border-collapse: collapse;

  td, th {
    border: 1px solid var(--color-table-border-black);
    padding: 0.5em;
    white-space: nowrap;
  }
}

.text--wrap {
  white-space: normal !important;
}
