diff --git a/src/styles/notebook.scss b/src/styles/notebook.scss index 44427e15995..e39dd321c1d 100644 --- a/src/styles/notebook.scss +++ b/src/styles/notebook.scss @@ -578,7 +578,6 @@ } &__actions-menu { - width: 55vh; max-width: 500px; height: 130px; z-index: 70; @@ -591,6 +590,7 @@ [class*='__item-description'] { min-width: 200px; + width: 25vw; } } }