Skip to content

Commit 4ecbe44

Browse files
committed
[Snapshot] fix #7941 for faulty snapshot 3-dot menu sizing
1 parent 5be103e commit 4ecbe44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/notebook.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,6 @@
578578
}
579579

580580
&__actions-menu {
581-
width: 55vh;
582581
max-width: 500px;
583582
height: 130px;
584583
z-index: 70;
@@ -591,6 +590,7 @@
591590

592591
[class*='__item-description'] {
593592
min-width: 200px;
593+
width: 25vw;
594594
}
595595
}
596596
}

0 commit comments

Comments
 (0)