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; } } }