diff --git a/emhttp/plugins/dynamix/styles/default-azure.css b/emhttp/plugins/dynamix/styles/default-azure.css index 347e8b9ec..54f6a6479 100644 --- a/emhttp/plugins/dynamix/styles/default-azure.css +++ b/emhttp/plugins/dynamix/styles/default-azure.css @@ -131,7 +131,7 @@ table.disk_status tr.offline>td:nth-child(2){width:43%} table.disk_status tr.offline>td:nth-child(n+3){width:5.5%} table.disk_status tbody tr{border-bottom:1px solid #f3f0f4} table.array_status{table-layout:fixed} -table.array_status tr>td{overflow:hidden;text-overflow:ellipsis;padding-left:8px;white-space:normal} +table.array_status tr>td{padding-left:8px;white-space:normal} table.array_status tr>td:nth-child(1){width:33%} table.array_status tr>td:nth-child(2){width:22%} able.array_status.noshift{margin-top:0} diff --git a/emhttp/plugins/dynamix/styles/default-black.css b/emhttp/plugins/dynamix/styles/default-black.css index 614fe428e..efcd6476c 100644 --- a/emhttp/plugins/dynamix/styles/default-black.css +++ b/emhttp/plugins/dynamix/styles/default-black.css @@ -129,7 +129,7 @@ table.disk_status tr.offline>td:nth-child(2){width:43%} table.disk_status tr.offline>td:nth-child(n+3){width:5.5%} table.disk_status tbody tr.tr_last{line-height:3rem;height:3rem;background-color:#212121;border-top:1px solid #2b2b2b} table.array_status{table-layout:fixed} -table.array_status tr>td{overflow:hidden;text-overflow:ellipsis;padding-left:8px;white-space:normal} +table.array_status tr>td{padding-left:8px;white-space:normal} table.array_status tr>td:nth-child(1){width:33%} table.array_status tr>td:nth-child(2){width:22%} table.array_status.noshift{margin-top:0} diff --git a/emhttp/plugins/dynamix/styles/default-gray.css b/emhttp/plugins/dynamix/styles/default-gray.css index e7106fa75..76675c744 100644 --- a/emhttp/plugins/dynamix/styles/default-gray.css +++ b/emhttp/plugins/dynamix/styles/default-gray.css @@ -131,7 +131,7 @@ table.disk_status tr.offline>td:nth-child(2){width:43%} table.disk_status tr.offline>td:nth-child(n+3){width:5.5%} table.disk_status tbody tr{border-bottom:1px solid #0c0f0b} table.array_status{table-layout:fixed} -table.array_status tr>td{overflow:hidden;text-overflow:ellipsis;padding-left:8px;white-space:normal} +table.array_status tr>td{padding-left:8px;white-space:normal} table.array_status tr>td:nth-child(1){width:33%} table.array_status tr>td:nth-child(2){width:22%} table.array_status.noshift{margin-top:0} diff --git a/emhttp/plugins/dynamix/styles/default-white.css b/emhttp/plugins/dynamix/styles/default-white.css index c22702593..681556fad 100644 --- a/emhttp/plugins/dynamix/styles/default-white.css +++ b/emhttp/plugins/dynamix/styles/default-white.css @@ -129,7 +129,7 @@ table.disk_status tr.offline>td:nth-child(2){width:43%} table.disk_status tr.offline>td:nth-child(n+3){width:5.5%} table.disk_status tbody tr.tr_last{line-height:3rem;height:3rem;background-color:#ededed;border-top:1px solid #e3e3e3} table.array_status{table-layout:fixed} -table.array_status tr>td{overflow:hidden;text-overflow:ellipsis;padding-left:8px;white-space:normal} +table.array_status tr>td{padding-left:8px;white-space:normal} table.array_status tr>td:nth-child(1){width:33%} table.array_status tr>td:nth-child(2){width:22%} table.array_status.noshift{margin-top:0}