aboutsummaryrefslogtreecommitdiff
path: root/forged/static
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-11 10:55:02 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-11 10:55:02 +0800
commitb29ce1683cbeae50795581dc834b72381a49d310 (patch)
treeed1e24b7b40cd2e0985c3b495b1964052b204e2d /forged/static
parentCSS: Smaller tab buttons (diff)
downloadforge-0.1.41.tar.gz
forge-0.1.41.tar.zst
forge-0.1.41.zip
Breakable SSH keysv0.1.41
Diffstat (limited to 'forged/static')
-rw-r--r--forged/static/style.css7
1 files changed, 7 insertions, 0 deletions
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; */
+}