diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-11 10:55:02 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-11 10:55:02 +0800 |
commit | b29ce1683cbeae50795581dc834b72381a49d310 (patch) | |
tree | ed1e24b7b40cd2e0985c3b495b1964052b204e2d /forged/static | |
parent | CSS: Smaller tab buttons (diff) | |
download | forge-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.css | 7 |
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; */ +} |