From 5545e86a0f3b75ebb3f6f7d23014c49f0607d2a9 Mon Sep 17 00:00:00 2001 From: sproxet <17163658+sproxet@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:17:47 +0700 Subject: [PATCH] Increase max info-popup field with to 50vw. --- src/renderer/styles/_info-popup.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/styles/_info-popup.scss b/src/renderer/styles/_info-popup.scss index 3ca26c3b..d5b522a4 100644 --- a/src/renderer/styles/_info-popup.scss +++ b/src/renderer/styles/_info-popup.scss @@ -30,7 +30,7 @@ } td { - max-width: 40vw; + max-width: 50vw; user-select: text; vertical-align: middle;