Skip to content

Commit 223e54c

Browse files
committed
Fix markdown table rendering.
1 parent 3e9e4e4 commit 223e54c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/netbook/netbook.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ Cell {
5454
padding: 0;
5555
}
5656

57-
Static {
58-
width: auto;
59-
}
60-
6157
Output {
6258
width: 1fr;
6359
&.stderr {
@@ -115,6 +111,9 @@ Cell {
115111

116112
ChunkedStatic {
117113
width: auto;
114+
Static {
115+
width: auto;
116+
}
118117
}
119118

120119
Container.codeoutput.collapsed {

0 commit comments

Comments
 (0)