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 aaf1907 commit 1a61da5Copy full SHA for 1a61da5
app/css/index.css
@@ -61,7 +61,9 @@ span.title {
61
padding: 1.2rem 0 0 2rem;
62
}
63
.log.content {
64
- height: 23em;
+ overflow-y: scroll;
65
+ min-height: 23em;
66
+ max-height: 25em;
67
68
.save-status {
69
height: 1em;
app/css/index.less
@@ -87,7 +87,9 @@ span.title {
87
88
89
90
91
92
93
94
95
0 commit comments