Skip to content

Commit

Permalink
Merge pull request #527 from Martii/Issue-520changeReplyFormHeight
Browse files Browse the repository at this point in the history
Change the reply form height

Auto-merge
  • Loading branch information
Martii committed Jan 12, 2015
2 parents cb38549 + fb267da commit f5565e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions views/pages/discussionPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
{{> includes/head.html }}
<link rel="stylesheet" type="text/css" media="all" href="/redist/npm/bootstrap-markdown/css/bootstrap-markdown.min.css">
<style>
#show-reply-form-when-visible {
height: 100px;
}
#show-reply-form-when-visible { height: 200px; }
</style>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion views/pages/scriptIssuePage.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" media="all" href="/redist/npm/bootstrap-markdown/css/bootstrap-markdown.min.css">
<link rel="stylesheet" type="text/css" media="all" href="/css/scriptPage.css">
<style>
#show-reply-form-when-visible { height: 100px; }
#show-reply-form-when-visible { height: 200px; }
</style>
</head>
<body>
Expand Down

0 comments on commit f5565e6

Please sign in to comment.