From 62df154688b41e6133c5ca9dcc7c651261043b1c Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Fri, 3 May 2019 18:03:53 +0200 Subject: [PATCH] overflow of long word --- liquet/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/liquet/style.css b/liquet/style.css index 6a05c93..d0bef67 100644 --- a/liquet/style.css +++ b/liquet/style.css @@ -38,6 +38,7 @@ pre { background-color: var(--clr-ligher); padding: 1em; border-radius: .25em; + overflow-wrap: initial; } a {