From 8a59757345a903393ccb0ff4a29b6f9b743ee733 Mon Sep 17 00:00:00 2001 From: jomo Date: Sat, 17 Oct 2015 22:11:48 +0200 Subject: [PATCH] fix word-wrap --- lib/public/stylesheets/style.css | 4 ++++ lib/views/index.html.ejs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/public/stylesheets/style.css b/lib/public/stylesheets/style.css index 3efaa42..b54d0ec 100644 --- a/lib/public/stylesheets/style.css +++ b/lib/public/stylesheets/style.css @@ -116,6 +116,10 @@ h3 { margin-top: 2em; } +code { + word-wrap: break-word; +} + .code { display: block; font-family: monospace; diff --git a/lib/views/index.html.ejs b/lib/views/index.html.ejs index 248cab7..5dbb692 100644 --- a/lib/views/index.html.ejs +++ b/lib/views/index.html.ejs @@ -175,7 +175,7 @@

Attribution

- Attribution is encouraged but not required.
+ Attribution is not required, but it is encouraged.
If you want to show some support for this (free!) service, place a notice like this somewhere:

Thank you to <a href="https://crafatar.com">Crafatar</a> for providing avatars.