Skip to content

Commit f5565e6

Browse files
committed
Merge pull request #527 from Martii/Issue-520changeReplyFormHeight
Change the reply form height Auto-merge
2 parents cb38549 + fb267da commit f5565e6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

views/pages/discussionPage.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
{{> includes/head.html }}
66
<link rel="stylesheet" type="text/css" media="all" href="/redist/npm/bootstrap-markdown/css/bootstrap-markdown.min.css">
77
<style>
8-
#show-reply-form-when-visible {
9-
height: 100px;
10-
}
8+
#show-reply-form-when-visible { height: 200px; }
119
</style>
1210
</head>
1311
<body>

views/pages/scriptIssuePage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="stylesheet" type="text/css" media="all" href="/redist/npm/bootstrap-markdown/css/bootstrap-markdown.min.css">
77
<link rel="stylesheet" type="text/css" media="all" href="/css/scriptPage.css">
88
<style>
9-
#show-reply-form-when-visible { height: 100px; }
9+
#show-reply-form-when-visible { height: 200px; }
1010
</style>
1111
</head>
1212
<body>

0 commit comments

Comments
 (0)