Merge pull request #2288 from marshmalien/fix/2279-job-output-line-highlight

Flex job event line highlighting across entire row
This commit is contained in:
Jake McDermott 2018-06-22 15:27:45 -04:00 committed by GitHub
commit c19af3ca4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,6 @@
&-event {
.at-mixin-event();
flex: 1;
}
&-event--host {
@ -169,6 +168,7 @@
}
.at-mixin-event() {
flex: 1;
padding: 0 10px;
white-space: pre-wrap;
word-break: break-all;