Skip to content

Commit 5deddbd

Browse files
Add break-word style to entries in tables
1 parent 62ca48d commit 5deddbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resque/server/public/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ body { padding:0; margin:0; }
2222
#main h1 { margin:10px 0; font-size:190%; font-weight:bold; color:#ce1212;}
2323
#main h2 { margin:10px 0; font-size:130%;}
2424
#main table { width:100%; margin:10px 0;}
25-
#main table tr td, #main table tr th { border:1px solid #ccc; padding:6px;}
25+
#main table tr td, #main table tr th { border:1px solid #ccc; padding:6px; word-break:break-word;}
2626
#main table tr th { background:#efefef; color:#888; font-size:80%; font-weight:bold;}
2727
#main table tr td.no-data { text-align:center; padding:40px 0; color:#999; font-style:italic; font-size:130%;}
2828
#main a { color:#111;}

0 commit comments

Comments
 (0)