We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ee3ae commit 7968a13Copy full SHA for 7968a13
interface/web/themes/default/css/screen/content_ispc.css
@@ -88,6 +88,8 @@
88
table.list .tbl_row_even { background: #fcfcfc; }
89
table.list .tbl_row_uneven { background: #f0f8ff; }
90
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; }
93
94
/* Password Strength */
95
#passBar {
0 commit comments