feature(style) prevent text from wrapping in .size and .owner

This commit is contained in:
coderaiser 2014-01-22 05:41:21 -05:00
parent 17cb534cf3
commit ae83d1276a

View file

@ -217,6 +217,7 @@ body {
text-align: right;
text-overflow: ellipsis;
overflow: hidden;
white-space : nowrap;
}
.owner {
@ -224,6 +225,7 @@ body {
width : 14%;
text-overflow : ellipsis;
overflow : hidden;
white-space : nowrap;
/* when inline-block
* vertical align should be
* set top to prevent additional