Skip to content

Commit

Permalink
[Snapshot] fix #7941 for faulty snapshot 3-dot menu sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
johnriedel committed Jan 16, 2025
1 parent 5be103e commit 6e20e83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/notebook.scss
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@
}

&__actions-menu {
width: 55vh;
min-width: 200px;
max-width: 500px;
height: 130px;
z-index: 70;
Expand All @@ -591,6 +591,7 @@

[class*='__item-description'] {
min-width: 200px;
width: 25vw;
}
}
}
Expand Down

0 comments on commit 6e20e83

Please sign in to comment.