5 lines
309 B
CSS
5 lines
309 B
CSS
.title {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
|
|
.group-header > a {line-height: 20px; display: block; max-height: 40px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
|
|
.c-result {width: 80px;}
|
|
.c-bugs, .c-results, .c-steps {width: 30px;}
|