mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Wrap output event text
This commit is contained in:
@@ -170,8 +170,9 @@
|
|||||||
|
|
||||||
.at-mixin-event() {
|
.at-mixin-event() {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
word-wrap: break-word;
|
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
word-break: break-all;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.at-mixin-stdoutBorder() {
|
.at-mixin-stdoutBorder() {
|
||||||
|
|||||||
Reference in New Issue
Block a user