make sure status images always display for a list of builds

This commit is contained in:
Domen Kožar
2014-12-03 13:54:22 +01:00
parent 9e00d98d34
commit 8de15ce38d
2 changed files with 14 additions and 10 deletions

View File

@ -114,4 +114,8 @@ td.nowrap {
span.keep-whitespace {
white-space: pre-wrap;
}
}
.build-status {
max-width: none; /* don't apply responsive design to status images */
}