From b7c6fed5104133040582292133222593ae6481e2 Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Tue, 20 Jun 2023 15:25:43 +0200 Subject: [PATCH] fix: link preview width on mobile Signed-off-by: Luka Trovic --- src/nodes/ParagraphView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nodes/ParagraphView.vue b/src/nodes/ParagraphView.vue index a62eb2ffca8..e05e758dcdd 100644 --- a/src/nodes/ParagraphView.vue +++ b/src/nodes/ParagraphView.vue @@ -120,6 +120,7 @@ export default { color: var(--color-main-text); padding: 0; text-decoration: none; + max-width: calc(100vw - 56px); } :deep(.widget-default--details) {