view app/assets/stylesheets/pastes.css @ 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 f390e3903d3c
children f057e8c78e50
line wrap: on
line source

textarea#paste_paste, .mirrored_text {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  resize: none;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

#pl > pre {
  word-break: normal;
}