diff options
| -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; |
