From 7a29366978cf7efff33499c99750cc5d396c3586 Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Tue, 29 Oct 2024 00:18:06 +0800 Subject: [PATCH] add style for td.rowfllow --- public/styles/nexus.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/styles/nexus.css b/public/styles/nexus.css index c63fcfa0..8253c39d 100644 --- a/public/styles/nexus.css +++ b/public/styles/nexus.css @@ -71,3 +71,6 @@ img.hitandrun { .codemain>pre { margin: 0; } +td.rowfollow { + word-break: break-all; +}