From b01e58bdd3ba4260cefef50cb7ef3dff74f5ca26 Mon Sep 17 00:00:00 2001 From: Samuel Shifterovich Date: Sat, 27 Oct 2018 19:12:31 +0200 Subject: [PATCH] typo in css --- css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index cdf6a6b4..89cb61f1 100644 --- a/css/custom.css +++ b/css/custom.css @@ -5,7 +5,7 @@ } /* Make links and long strings responsive */ -a, long-string-list li { +a, .long-string-list li { word-wrap: break-word; max-width: 300px; }