.tableContainer { overflow-y: hidden; overflow-x: auto; margin: 5px 0px; } .table { display: flex; } .categoryName { text-align: center; margin: 5px 0px; font-size: 16px; font-weight: bold; color: white; white-space: nowrap; } .tableCol { flex: 1; } .empty { display: flex; justify-content: center; padding: 10px 0px; }