From 6e20e8332abc066a1b3e7b82d28256ce1de8595c Mon Sep 17 00:00:00 2001 From: "John C. Riedel" Date: Thu, 16 Jan 2025 01:22:40 +0000 Subject: [PATCH] [Snapshot] fix #7941 for faulty snapshot 3-dot menu sizing --- src/styles/notebook.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/notebook.scss b/src/styles/notebook.scss index 44427e159954..e575075def57 100644 --- a/src/styles/notebook.scss +++ b/src/styles/notebook.scss @@ -578,7 +578,7 @@ } &__actions-menu { - width: 55vh; + min-width: 200px; max-width: 500px; height: 130px; z-index: 70; @@ -591,6 +591,7 @@ [class*='__item-description'] { min-width: 200px; + width: 25vw; } } }