From b29ce1683cbeae50795581dc834b72381a49d310 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 11 Apr 2025 10:55:02 +0800 Subject: Breakable SSH keys --- forged/static/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'forged/static') diff --git a/forged/static/style.css b/forged/static/style.css index b677551..50f1c37 100644 --- a/forged/static/style.css +++ b/forged/static/style.css @@ -614,3 +614,10 @@ td > ul { font-weight: bold; margin-top: 1rem; } + + +.breakable { + word-break: break-word; + /* overflow-wrap: break-word; + overflow: hidden; */ +} -- cgit v1.2.3