CSS : table-layout --> fixed and auto
Motivation
while solving some of the layout issue i came across this issue where the width of the table is increased because the width is auto and the content is too much in that particular table, so the solution for that is to fix the table-layout.
...
hashcodehub.hashnode.dev1 min read