Add monospace font for label printer format command.

This commit is contained in:
Lance Edgar 2014-10-29 16:29:16 -05:00
parent f7c3955d8c
commit b2439dee70

View file

@ -6,6 +6,8 @@
<style type="text/css"> <style type="text/css">
div.form div.field-wrapper.format textarea { div.form div.field-wrapper.format textarea {
font-size: 120%;
font-family: monospace;
width: auto; width: auto;
} }