From 6260aa7d858dddbb54e7c738a17b4b287a713776 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 25 Feb 2014 12:11:19 -0500 Subject: [PATCH] Never wrap entity references --- static/css/quay.css | 8 ++++++++ static/directives/logs-view.html | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/static/css/quay.css b/static/css/quay.css index 0bb108ed3..ba72550ed 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -234,6 +234,10 @@ i.toggle-icon:hover { top: 4px; } +.entity-reference-element { + white-space: nowrap; +} + .entity-reference-element i.fa-exclamation-triangle { color: #c09853; margin-left: 10px; @@ -394,6 +398,10 @@ i.toggle-icon:hover { line-height: 25px; } +.logs-view-element .log-performer { + white-space: nowrap; +} + .billing-options-element .current-card { font-size: 16px; margin-bottom: 20px; diff --git a/static/directives/logs-view.html b/static/directives/logs-view.html index 45d3f50fc..d6405d342 100644 --- a/static/directives/logs-view.html +++ b/static/directives/logs-view.html @@ -53,10 +53,10 @@ {{ log.datetime }} - + - + {{ log.metadata.token }}