commit 4a683dfa88f0580118f5894a323850cac2e8ae27 parent 3b0ae0b6119afc4aba364af4c5780bc14bc8c097 Author: FIGBERT <figbert@figbert.com> Date: Tue, 18 Aug 2020 21:53:02 -0700 :iphone: Let <pre> blocks wrap for small displays Diffstat:
M | static/global.css | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/static/global.css b/static/global.css @@ -45,6 +45,7 @@ a:hover { pre { padding: 1rem; + white-space: pre-wrap; } video, picture, img {