From d2fa6b5e9d62412b24bf7b993895f69d47a25c1e Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Fri, 1 Jul 2016 10:42:41 -0700 Subject: [PATCH] Applying the .name-column class for name columns The class was already used in some tables, but now it will be applied to all tables --- awx/ui/client/legacy-styles/ansible-ui.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/awx/ui/client/legacy-styles/ansible-ui.less b/awx/ui/client/legacy-styles/ansible-ui.less index f201b7352a..f5b6f42c9a 100644 --- a/awx/ui/client/legacy-styles/ansible-ui.less +++ b/awx/ui/client/legacy-styles/ansible-ui.less @@ -80,6 +80,12 @@ a.red-txt:active { text-overflow: ellipsis; } +.name-column { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + blockquote { font-size: 14px; }