From 4e45b6ba6da0002834d589ad3d166533aca83067 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Mon, 27 Aug 2018 01:55:36 -0400 Subject: [PATCH] fix missing line styling --- awx/ui/client/features/output/_index.less | 6 +++--- awx/ui/client/features/output/render.service.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/awx/ui/client/features/output/_index.less b/awx/ui/client/features/output/_index.less index bb48a76185..4684bb8b16 100644 --- a/awx/ui/client/features/output/_index.less +++ b/awx/ui/client/features/output/_index.less @@ -102,10 +102,10 @@ padding-right: 5px; border-right: 1px solid @at-gray-b7; user-select: none; + } - &-clickable { - cursor: pointer; - } + &-line--clickable { + cursor: pointer; } &-event { diff --git a/awx/ui/client/features/output/render.service.js b/awx/ui/client/features/output/render.service.js index 520324866f..7f297955fc 100644 --- a/awx/ui/client/features/output/render.service.js +++ b/awx/ui/client/features/output/render.service.js @@ -338,7 +338,7 @@ function JobRenderService ($q, $sce, $window) { if (record.isMissing) { return `
-
...
`; +
...
`; } content = content || '';