# HG changeset patch # User Edho Arief # Date 1376037599 0 # Node ID 720ef40cb4bbb4c11574dc3bcc63fcd9fcd91165 # Parent 62bd520fe05051a4b15914f0b129de833c87be68 Don't break word in weird way. ...I think. diff -r 62bd520fe050 -r 720ef40cb4bb app/assets/stylesheets/pastes.css --- a/app/assets/stylesheets/pastes.css Sat Jul 20 04:50:38 2013 +0900 +++ b/app/assets/stylesheets/pastes.css Fri Aug 09 08:39:59 2013 +0000 @@ -5,3 +5,7 @@ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */ } + +#pl > pre { + word-break: normal; +}