Dmitry Arnin
7 Sep 2012, 9:55 AM
Hello. I'm having problems with such structure of DataView Item:
______________________
Text
[img] Long text with dots....
______________________
Text
[img] Long text with dots...
______________________
Text
[img] Long text with dots....
______________________
The problem is that my DataView is going out of bounds because of long strings (" Long text with dots..."). I have tried this css configuration for my label-fields:
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
But the problem stil remains.
Please help. May be you can give me sample code for that template.
______________________
Text
[img] Long text with dots....
______________________
Text
[img] Long text with dots...
______________________
Text
[img] Long text with dots....
______________________
The problem is that my DataView is going out of bounds because of long strings (" Long text with dots..."). I have tried this css configuration for my label-fields:
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
But the problem stil remains.
Please help. May be you can give me sample code for that template.