Skip to content

Commit

Permalink
enable content sized tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
codecodeio committed Jun 14, 2024
1 parent 0d32b50 commit a5ef2e4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cigaradvisor/blocks/table/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,14 @@
text-decoration: underline;
color: var(--subdued-gold);
}

/* content-sized table */
.table.contentsized {
display: table;
width: auto;
}

.table.contentsized table {
width: auto;
max-width: none;
}

0 comments on commit a5ef2e4

Please sign in to comment.