html - Making a Bootstrap table column fit to content - Stack Overflow

PHOTO EMBED

Fri Jun 07 2024 10:29:12 GMT+0000 (Coordinated Universal Time)

Saved by @xsirlalo #css

@mixin width {
    width: auto !important;
}
table {
    &.table-fit {
        @include width;
        table-layout: auto !important;
        thead th,
        tbody td,
        tfoot th,
        tfoot td  {
            @include width;
        }
    }
}
content_copyCOPY

https://stackoverflow.com/questions/31184000/making-a-bootstrap-table-column-fit-to-content