Skip to content

Commit

Permalink
Restore display table-row in mobile layout
Browse files Browse the repository at this point in the history
This was used like it on 3.x too
  • Loading branch information
krassowski committed Oct 8, 2023
1 parent 7582a36 commit b56dc0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cells/style/inputarea.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,12 @@
|----------------------------------------------------------------------------*/
@media only screen and (width <= 760px) {
.jp-InputArea-editor {
display: table-row;
margin-left: var(--jp-notebook-padding);
}

.jp-InputPrompt {
flex: 0 0 auto;
display: table-row;
text-align: left;
}
}

0 comments on commit b56dc0a

Please sign in to comment.