Web: small style fix for jupyter notebooks (#62605)

This commit is contained in:
Camden Cheek 2024-05-10 17:56:28 -04:00 committed by GitHub
parent 2d5ed2e735
commit 9ea7adc82b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -190,6 +190,7 @@
.jp-OutputArea-prompt {
display: table-cell;
vertical-align: top;
width: var(--jp-cell-prompt-width);
}
.jp-OutputArea-output {