fix css to contain image (#15574)

This commit is contained in:
Maddy
2021-05-26 12:25:13 -07:00
committed by GitHub
parent e49dd12951
commit 7f6ddc897b

View File

@@ -7,7 +7,7 @@ text-cell-component {
display: block; display: block;
} }
text-cell-component .notebook-text { text-cell-component .notebook-text {
display: flex; display: inline-block;
outline: none; outline: none;
min-height: 50px; min-height: 50px;
} }