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 4ecbe44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/notebook.scss
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@
}

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

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

0 comments on commit 4ecbe44

Please sign in to comment.