##// END OF EJS Templates
style: use monospace on all multi-line form inputs...
Thomas De Schampheleire -
r7192:6e65c215 default
parent child Browse files
Show More
@@ -194,6 +194,7 b' table.changesets {'
194
194
195 /* textareas should be at least 100px high and 400px wide */
195 /* textareas should be at least 100px high and 400px wide */
196 textarea.form-control {
196 textarea.form-control {
197 font-family: @font-family-monospace;
197 min-height: 100px;
198 min-height: 100px;
198 min-width: 400px;
199 min-width: 400px;
199 }
200 }
General Comments 0
You need to be logged in to leave comments. Login now