From c1ab3ef74e9b5199e8572ad6e232d1fd4c0fb0b0 Mon Sep 17 00:00:00 2001 From: phamt Date: Thu, 4 Nov 2010 14:21:45 +0000 Subject: [PATCH] Changed style.css for nodes table so word wrap is not used. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8036 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-UI/css/style.css b/xCAT-UI/css/style.css index 1208d6c39..4f3d270d3 100644 --- a/xCAT-UI/css/style.css +++ b/xCAT-UI/css/style.css @@ -162,7 +162,7 @@ body { display: inline-table; } -/****************** physical layout section ******************/ +/****************** Physical layout section ******************/ .physicaltree { width: 200px; vertical-align: top; @@ -491,6 +491,7 @@ legend { font: 12px verdana, arial, helvetica, sans-serif; color: #424242; padding: 6px 12px; + white-space: nowrap; /* Do not use word wrap */ border-width: 1px; border-style: solid; border-color: #BDBDBD;