We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad9ae4 commit c2e6304Copy full SHA for c2e6304
scss/_components/_highlighting.scss
@@ -4110,6 +4110,8 @@ div.out_prompt_overlay:hover {
4110
}
4111
4112
div.output_prompt {
4113
+ border-top: 1px solid transparent;
4114
+ padding-right:$unit !important;
4115
color: darkred
4116
4117
@@ -4197,12 +4199,12 @@ div.output_area pre {
4197
4199
4198
4200
div.output_subarea {
4201
overflow-x: auto;
- padding: .4em;
4202
+ padding: .4em 0;
4203
-webkit-box-flex: 1;
4204
-moz-box-flex: 1;
4205
box-flex: 1;
4206
flex: 1;
- max-width: calc(100% - 14ex)
4207
+ max-width: calc(100%)
4208
4209
4210
div.output_text {
0 commit comments