6 lines
226 B
CSS
6 lines
226 B
CSS
.hours {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: right;}
|
|
.c-execution {width: 180px;}
|
|
.c-hour, .c-status {width: 70px;}
|
|
.c-deadline {width: 100px;}
|
|
td.hours:last-child {padding-right: 14px;}
|