diff --git a/InvenTree/InvenTree/static/css/inventree.css b/InvenTree/InvenTree/static/css/inventree.css index a61696f547..98aead45ee 100644 --- a/InvenTree/InvenTree/static/css/inventree.css +++ b/InvenTree/InvenTree/static/css/inventree.css @@ -438,6 +438,12 @@ width: 30%; } +/* tracking table column size */ +#track-table .table-condensed th { + inline-size: 30%; + overflow-wrap: break-word; +} + .panel-heading .badge { float: right; }