• #dev 2025-06-19
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2025-06-19 UTC
# 16:51
[social]
Table layout fixed with `table-layout: fixed;` , `word-wrap: break-word;` , and then using the `th:nth-child(1) { width: 60px; }` to set the width for each column. I had forgotten about the `nth-child(#) { }` in CSS to set fixed column widths.