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/style.css | |
| parent | CSS: Smaller tab buttons (diff) | |
| download | forge-b29ce1683cbeae50795581dc834b72381a49d310.tar.gz forge-b29ce1683cbeae50795581dc834b72381a49d310.tar.zst forge-b29ce1683cbeae50795581dc834b72381a49d310.zip | |
Breakable SSH keysv0.1.41
Diffstat (limited to 'forged/static/style.css')
| -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; */ +} |
