Skip to content

Commit

Permalink
Backport PR #13059: Fix cell toolbar layout (#13118)
Browse files Browse the repository at this point in the history
Co-authored-by: kulsoomzahra <kulsoomzahra24@gmail.com>
  • Loading branch information
meeseeksmachine and kulsoomzahra committed Sep 29, 2022
1 parent b64c0bd commit 406990c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cell-toolbar/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/* Overrides for mobile view: Move cell toolbar up, don't hide it if it overlaps */
@media only screen and (max-width: 760px) {
.jp-toolbar-overlap .jp-cell-toolbar {
display: block;
display: flex;
}

.jp-cell-toolbar {
Expand Down

0 comments on commit 406990c

Please sign in to comment.