diff --git a/module/execution/view/all.html.php b/module/execution/view/all.html.php index dca697c217..8da52f0ef8 100644 --- a/module/execution/view/all.html.php +++ b/module/execution/view/all.html.php @@ -23,7 +23,7 @@ .table td.has-child > .plan-toggle.collapsed > .icon {-ms-transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform:rotate(90deg); -webkit-transform:rotate(90deg); transform: rotate(90deg);} .table th.hours {padding-right: 8px !important;} .main-table tbody > tr.table-children > td:first-child::before {width: 3px;} -.hours {text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} +td.hours {text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} @-moz-document url-prefix() {.main-table tbody > tr.table-children > td:first-child::before {width: 4px;}}