Mercurial > zeropaste
comparison 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 |
comparison
equal
deleted
inserted
replaced
236:62bd520fe050 | 242:720ef40cb4bb |
---|---|
3 resize: none; | 3 resize: none; |
4 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ | 4 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ |
5 -moz-box-sizing: border-box; /* Firefox, other Gecko */ | 5 -moz-box-sizing: border-box; /* Firefox, other Gecko */ |
6 box-sizing: border-box; /* Opera/IE 8+ */ | 6 box-sizing: border-box; /* Opera/IE 8+ */ |
7 } | 7 } |
8 | |
9 #pl > pre { | |
10 word-break: normal; | |
11 } |