Revert tableLayout since it cuts off information

This commit is contained in:
Aktanusa
2018-03-05 21:08:26 -05:00
parent 3ec7b67c24
commit 5689ffb36e
2 changed files with 6 additions and 4 deletions

View File

@@ -734,8 +734,9 @@ CM.Disp.CreateBotBar = function() {
table.style.width = '100%';
table.style.textAlign = 'center';
table.style.whiteSpace = 'nowrap';
table.style.tableLayout = 'fixed';
table.style.overflow = 'hidden';
// TODO figure a better way
//table.style.tableLayout = 'fixed';
//table.style.overflow = 'hidden';
var tbody = document.createElement('tbody');
table.appendChild(tbody);