Skip to content

Commit c2e6304

Browse files
committed
CSS tweaks to align input and output cell areas
1 parent 0ad9ae4 commit c2e6304

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scss/_components/_highlighting.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4110,6 +4110,8 @@ div.out_prompt_overlay:hover {
41104110
}
41114111

41124112
div.output_prompt {
4113+
border-top: 1px solid transparent;
4114+
padding-right:$unit !important;
41134115
color: darkred
41144116
}
41154117

@@ -4197,12 +4199,12 @@ div.output_area pre {
41974199

41984200
div.output_subarea {
41994201
overflow-x: auto;
4200-
padding: .4em;
4202+
padding: .4em 0;
42014203
-webkit-box-flex: 1;
42024204
-moz-box-flex: 1;
42034205
box-flex: 1;
42044206
flex: 1;
4205-
max-width: calc(100% - 14ex)
4207+
max-width: calc(100%)
42064208
}
42074209

42084210
div.output_text {

0 commit comments

Comments
 (0)