From 1a4e74a46e130bb0557224f8cad236d55e4bfb88 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 19 Nov 2023 14:07:49 +0100 Subject: [PATCH] add word-break --- github-code-wrap.user.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/github-code-wrap.user.css b/github-code-wrap.user.css index 0e96f9e..0a3c356 100644 --- a/github-code-wrap.user.css +++ b/github-code-wrap.user.css @@ -1,6 +1,6 @@ /* ==UserStyle== @name GitHub Code Wrap -@version 1.0.11 +@version 1.1.0 @description Userstyle to wrap long code lines on GitHub @namespace StylishThemes @author StylishThemes @@ -22,6 +22,7 @@ white-space: pre-wrap !important; overflow-wrap: anywhere !important; display: block !important; + word-break: break-all !important; } body:not(.nowrap) td.blob-code-inner { display: table-cell !important;