Repository: ambari Updated Branches: refs/heads/trunk 1aa5bcdd8 -> f1909d72c
AMBARI-6809. "All || None" should displayed in one line. (akovalenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f1909d72 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f1909d72 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f1909d72 Branch: refs/heads/trunk Commit: f1909d72c561095ce579f956b617ba5451d15b1c Parents: 1aa5bcd Author: Aleksandr Kovalenko <[email protected]> Authored: Mon Aug 11 15:26:15 2014 +0300 Committer: Aleksandr Kovalenko <[email protected]> Committed: Mon Aug 11 15:26:15 2014 +0300 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f1909d72/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index 140184b..bab0daa 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -808,7 +808,7 @@ h1 { max-height: 440px; position: relative; #component_assign_table { - tbody td { + tbody td, th { white-space: nowrap; } .trim_hostname {
