mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
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:
@@ -111,7 +111,6 @@
|
|||||||
|
|
||||||
&-event {
|
&-event {
|
||||||
.at-mixin-event();
|
.at-mixin-event();
|
||||||
flex: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-event--host {
|
&-event--host {
|
||||||
@@ -169,6 +168,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.at-mixin-event() {
|
.at-mixin-event() {
|
||||||
|
flex: 1;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
|
|||||||
Reference in New Issue
Block a user