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 8fc08b8 commit 125ce66Copy full SHA for 125ce66
extensions/BMO/template/en/default/bug/create/create-client-bounty.html.tmpl
@@ -80,6 +80,10 @@
80
#client_bounty_form .form_section {
81
margin-bottom: 10px;
82
}
83
+
84
+.text-editor {
85
+ width: auto;
86
+}
87
[% END %]
88
89
[% inline_javascript = BLOCK %]
@@ -98,6 +102,7 @@ function validateAndSubmit() {
98
102
[% PROCESS global/header.html.tmpl
99
103
title = "Client Bounty Form"
100
104
generate_api_token = 1
105
+ use_text_editor = 1
101
106
style = inline_style
107
javascript = inline_javascript
108
javascript_urls = [ 'extensions/BMO/web/js/form_validate.js',
0 commit comments