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 e006451 commit 6f4e2e7Copy full SHA for 6f4e2e7
web_src/css/markup/codepreview.css
@@ -12,7 +12,7 @@
12
13
.markup .code-preview-container table {
14
width: 100%;
15
- max-height: 100px;
+ max-height: 240px; /* 12 lines at 20px per line */
16
overflow-y: auto;
17
margin: 0; /* override ".markup table {margin}" */
18
}
0 commit comments