[PATCH/foreman 1/1] fixes #1336 - hostlist looks wrong in firefox

Signed-off-by: Amos Benari <abenari@redhat.com>

··· --- public/stylesheets/style.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index 48c55f8…24fecf5 100644
— a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -315,7 +315,7 @@ tr.open span.expander {background-image: url(…/images/bullet_toggle_minus.png);
.fixed-width{table-layout:fixed;}
select{padding: initial;}

-[class*=“tbl-column”]{ overflow: hidden; white-space: nowrap;}
+[class*=“tbl-column”]{ overflow: hidden; white-space: nowrap; padding: 0;}
table th.small{width:60px; max-width:60px;}
.tbl-column1{width:40px; max-width:40px;}
.tbl-column2{width:100px; max-width:100px;}

1.7.4.2