mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Fixed <pre> block wrapping in tooltips for Firefox. Fixed missing output/error/returncode on events page- required use of angular sanitizer.
This commit is contained in:
@@ -236,6 +236,9 @@ textarea.allowresize {
|
||||
min-width: 200px;
|
||||
max-width: 325px;
|
||||
}
|
||||
.popover pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
.popover-footer {
|
||||
font-size: 12px;
|
||||
margin-top: 10px;
|
||||
@@ -1064,6 +1067,17 @@ input[type="checkbox"].checkbox-no-label {
|
||||
#completed_jobs_table i[class*="icon-job-"] {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
#jobevents_table {
|
||||
div.return-code {
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
}
|
||||
textarea {
|
||||
white-space: pre-wrap;
|
||||
resize: vertical;
|
||||
}
|
||||
}
|
||||
|
||||
/* Inventory job status badge */
|
||||
.failures-true {
|
||||
|
||||
Reference in New Issue
Block a user