flex style in split mode (#15612)

This commit is contained in:
Maddy
2021-06-03 11:27:48 -07:00
committed by GitHub
parent 63affd4d9a
commit ed7521e846

View File

@@ -11,6 +11,9 @@ text-cell-component .notebook-text {
outline: none;
min-height: 50px;
}
text-cell-component .notebook-text.show-preview.show-markdown{
display: flex;
}
text-cell-component code-component {
flex-direction: column;
}