Skip to content

Commit

Permalink
fixes #1336 - hostlist looks wrong in firefox
Browse files Browse the repository at this point in the history
Signed-off-by: Amos Benari <abenari@redhat.com>
  • Loading branch information
abenari authored and ohadlevy committed Nov 22, 2011
1 parent 2ee5d48 commit 933ff56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/stylesheets/style.css
Expand Up @@ -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;}
Expand Down

0 comments on commit 933ff56

Please sign in to comment.