Skip to content

Commit

Permalink
Removed CSS for a 1em submit button because 1em doesn't render the te…
Browse files Browse the repository at this point in the history
…xt "Submit" correctly across all browsers.
  • Loading branch information
dekobon committed Oct 3, 2015
1 parent 9e35959 commit 829da0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/templates/feedback-form.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#honeybadger_feedback_form label { font-weight: bold; }
#honeybadger_feedback_name, #honeybadger_feedback_email, #honeybadger_feedback_comment { width: 100%; padding: 0.5em; }
#honeybadger_feedback_comment { height: 10em; }
#honeybadger_feedback_submit { height: 1em; }
#honeybadger_feedback_form .honeybadger-feedback-phone { display: none; }
#honeybadger_feedback_link { font-size: 90%; }
</style>
Expand Down Expand Up @@ -91,4 +90,4 @@ function sendHoneybadgerFeedback() {
<p><a id="honeybadger_feedback_link" href="https://www.honeybadger.io/" target="_blank" title="{{honeybadger.link}}">{{honeybadger.powered_by}}</a></p>
</body>
<html>
<html>

0 comments on commit 829da0b

Please sign in to comment.