From bd9ed3de87bdd408515dbc73335d7882f724f73c Mon Sep 17 00:00:00 2001 From: Rukmini Bose Date: Mon, 3 Oct 2022 10:53:27 -0700 Subject: [PATCH] Change action menu size --- src/styles/notebook.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/notebook.scss b/src/styles/notebook.scss index a9f24b5aaa..1d620af5f2 100644 --- a/src/styles/notebook.scss +++ b/src/styles/notebook.scss @@ -464,7 +464,7 @@ &__actions-menu { width: 55vh; max-width: 500px; - height: 120px; + height: 130px; z-index: 70; [class*="__icon"] { filter: $colorKeyFilter;