summaryrefslogtreecommitdiffstats
path: root/public/css/gogs.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/gogs.css')
-rwxr-xr-xpublic/css/gogs.css9
1 files changed, 1 insertions, 8 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 27f3211e7a..d8f715a7cf 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -738,14 +738,7 @@ pre.raw {
pre.wrap {
white-space: pre-wrap;
/* CSS 3 */
- white-space: -moz-pre-wrap;
- /* Mozilla, since 1999 */
- white-space: -pre-wrap;
- /* Opera 4-6 */
- white-space: -o-pre-wrap;
- /* Opera 7 */
- word-wrap: break-word;
- /* Internet Explorer 5.5+ */
+ word-break: break-word;
}
.full.height {
padding: 0;