Skip to content

Commit 7968a13

Browse files
committed
- Added CSS to make to make words wrap automatically in list tables.
1 parent f1ee3ae commit 7968a13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interface/web/themes/default/css/screen/content_ispc.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@
8888
table.list .tbl_row_even { background: #fcfcfc; }
8989
table.list .tbl_row_uneven { background: #f0f8ff; }
9090
table.list tr:hover { background: #fffacd; }
91+
table.list td { word-wrap:break-word;white-space:pre-wrap; }
92+
table.list td.tbl_col_buttons { word-wrap:normal;white-space:normal; }
9193

9294
/* Password Strength */
9395
#passBar {

0 commit comments

Comments
 (0)