changeset 242:720ef40cb4bb

Don't break word in weird way. ...I think.
author Edho Arief <edho@myconan.net>
date Fri, 09 Aug 2013 08:39:59 +0000
parents 62bd520fe050
children f66e6e18d24b
files app/assets/stylesheets/pastes.css
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;
+}