Skip to content

Commit c9e68bc

Browse files
committed
added word-break: break-all; css rule for the YUI datatable, for Google Chrome long-text wrapping
git-svn-id: https://share-extras.googlecode.com/svn/trunk/Sandbox/Audit Dashlet@726 a3f5c567-fd0f-3a89-9b71-a290c5a5f590
1 parent acbc529 commit c9e68bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/web/components/dashlets/audit-application.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
width: 97%;
2323
border-collapse: collapse;
2424
border: 1px solid #CBCBCB;
25+
/* google chrome : wrapping long, non-spaced, blocks of text */
26+
word-break: break-all;
2527
}
2628

2729
.dashlet .customScrollableList

0 commit comments

Comments
 (0)