Resize the partner column and fix prevent it to wrap

This commit is contained in:
Loïc Faure-Lacroix
2015-03-27 00:44:29 +03:00
committed by Sandy Carter
parent 82bd15b516
commit 245d90b3a5

View File

@@ -35,7 +35,10 @@
width:100px;
}
.col_partner {
width:40px;
width:150px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.right_col {
text-align:right;