diff --git a/emhttp/plugins/dynamix/styles/default-azure.css b/emhttp/plugins/dynamix/styles/default-azure.css index a35619246..5f06e2f8b 100644 --- a/emhttp/plugins/dynamix/styles/default-azure.css +++ b/emhttp/plugins/dynamix/styles/default-azure.css @@ -131,11 +131,10 @@ 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} +table.array_status tr>td{overflow:hidden;text-overflow:ellipsis;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 tr>td:nth-child(3){white-space:normal} -table.array_status.noshift{margin-top:0} +able.array_status.noshift{margin-top:0} table.array_status td.line{border-top:1px solid #f3f0f4} table.share_status{table-layout:fixed;margin-top:12px} table.share_status tr>td{padding-left:8px} diff --git a/emhttp/plugins/dynamix/styles/default-black.css b/emhttp/plugins/dynamix/styles/default-black.css index 45f92f18d..a88ba6735 100644 --- a/emhttp/plugins/dynamix/styles/default-black.css +++ b/emhttp/plugins/dynamix/styles/default-black.css @@ -129,10 +129,9 @@ 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} +table.array_status tr>td{overflow:hidden;text-overflow:ellipsis;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 tr>td:nth-child(3){white-space:normal} table.array_status.noshift{margin-top:0} table.array_status td.line{border-top:1px solid #2b2b2b} table.share_status{table-layout:fixed} diff --git a/emhttp/plugins/dynamix/styles/default-gray.css b/emhttp/plugins/dynamix/styles/default-gray.css index d90a2d54b..f4e4924a0 100644 --- a/emhttp/plugins/dynamix/styles/default-gray.css +++ b/emhttp/plugins/dynamix/styles/default-gray.css @@ -131,10 +131,9 @@ 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} +table.array_status tr>td{overflow:hidden;text-overflow:ellipsis;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 tr>td:nth-child(3){white-space:normal} table.array_status.noshift{margin-top:0} table.array_status td.line{border-top:1px solid #0c0f0b} table.share_status{table-layout:fixed;margin-top:12px} diff --git a/emhttp/plugins/dynamix/styles/default-white.css b/emhttp/plugins/dynamix/styles/default-white.css index bc07d7e0d..18079cba9 100644 --- a/emhttp/plugins/dynamix/styles/default-white.css +++ b/emhttp/plugins/dynamix/styles/default-white.css @@ -129,10 +129,9 @@ 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} +table.array_status tr>td{overflow:hidden;text-overflow:ellipsis;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 tr>td:nth-child(3){white-space:normal} table.array_status.noshift{margin-top:0} table.array_status td.line{border-top:1px solid #e3e3e3} table.share_status{table-layout:fixed}