Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2022-07-29 23:12:28 +0300
committerJeff King <peff@peff.net>2022-07-29 23:18:55 +0300
commitff6510d501736921722aba0730d3995950ead7a7 (patch)
treecf65f7c6e90a57711194866fe8b3a04ec68ffdc3
parent0556e9aae3041113d668f8592d90d6e49c810a1d (diff)
css: drop "word-break: break-all" from code blocks
This was added in #1644 (making the site more responsive), but can result in us breaking mid-word, which is ugly. Fixes #1712.
-rw-r--r--app/assets/stylesheets/application.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index 499c953f..cbad470d 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -30,7 +30,6 @@
code {
display: inline;
padding: 0 5px;
- word-break: break-all;
}
pre {