can you make a small change in the css file for al new versions.
Filename: vm.css on row 1238
- Code: Select all
.orderlistcontainer div.title {
float: left;
width: 60px;
line-height: 32px;
}
replace by
- Code: Select all
.orderlistcontainer div.title {
float: left;
width: 70px;
line-height: 32px;
}
because the the words in front of that container is longer than 60px.
so the second word is on the next row.
I hope you understand what I mean