do not wrap whitespace on the build summary
This commit is contained in:
parent
0acf000c45
commit
b2963ef862
|
@ -22,6 +22,7 @@
|
||||||
width: 90px
|
width: 90px
|
||||||
dd
|
dd
|
||||||
width: 150px
|
width: 150px
|
||||||
|
white-space: nowrap
|
||||||
> dd
|
> dd
|
||||||
width: 80%
|
width: 80%
|
||||||
min-width: 315px
|
min-width: 315px
|
||||||
|
|
|
@ -648,8 +648,9 @@ pre#log .bg-white {
|
||||||
/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/summary.sass */
|
/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/summary.sass */
|
||||||
#summary dd {
|
#summary dd {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/summary.sass */
|
/* line 26, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/summary.sass */
|
||||||
#summary > dd {
|
#summary > dd {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
min-width: 315px;
|
min-width: 315px;
|
||||||
|
@ -657,7 +658,7 @@ pre#log .bg-white {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
/* line 32, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/summary.sass */
|
/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/summary.sass */
|
||||||
#summary .message {
|
#summary .message {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user