text wraping and text alignment in list view

This commit is contained in:
Alexandre Cloutier
2014-06-26 21:22:12 -04:00
parent dabd8d3282
commit 5b9c7e07d1
2 changed files with 3 additions and 2 deletions

View File

@@ -28,7 +28,8 @@ TABLE, DIV, IMG
font-size: inherit;
border: 0px;
margin: 0px;
padding: 0px; }
padding: 0px;
word-break:break-all; }
FIELDSET
{ border: 1px solid #aaa;