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;