Fixed Table Layouts | CSS-Tricks - CSS-Tricks

PHOTO EMBED

Thu Apr 07 2022 10:48:58 GMT+0000 (Coordinated Universal Time)

Saved by @vishalrathore97 #css

table {
  table-layout: fixed;
}
content_copyCOPY

table content going out of parent div to set each column width - change width of first row (header row)

https://css-tricks.com/fixing-tables-long-strings/