diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-05 02:29:54 +0400 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-05 02:29:54 +0400 |
| commit | c7dd181df95ccab9c08818015f4abf27852ff4a0 (patch) | |
| tree | f9c9f78a465d42d55cd246a0427769ecf1182cf7 /public | |
| parent | 6240a06a93825ca20f4482c7fb916831bc80a770 (diff) | |
fix: x scroll for overflowed text
Diffstat (limited to 'public')
| -rw-r--r-- | public/static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/static/style.css b/public/static/style.css index 7cb8b0a..e76b7c6 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -148,6 +148,11 @@ button[type=submit]:hover { max-height: 100%; } +.file-preview pre { + width: 100%; + overflow-x: scroll; +} + /** SHORTCUTS */ .column { display: flex; |
