From de5ce5b7e1870d8adf00825911bcb0060ad0fd0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Tue, 15 Feb 2022 01:20:32 +0100 Subject: [PATCH] [ui] fix text preview overflow --- webui/src/components/display/BlobPreview.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/webui/src/components/display/BlobPreview.svelte b/webui/src/components/display/BlobPreview.svelte index d49ee53..e615e7a 100644 --- a/webui/src/components/display/BlobPreview.svelte +++ b/webui/src/components/display/BlobPreview.svelte @@ -108,6 +108,7 @@ .image, .text { width: 100%; + max-height: 100%; } iframe {