diff --git a/ietf/static/ietf/css/ietf.css b/ietf/static/ietf/css/ietf.css index aab014f5c..aafbcf0a8 100644 --- a/ietf/static/ietf/css/ietf.css +++ b/ietf/static/ietf/css/ietf.css @@ -358,6 +358,10 @@ pre { font-family: "PT Mono", monospace, "Courier"; } +#templateform textarea { + font-family: "PT Mono", monospace, "Courier"; +} + #ipr-details dl.dl-horizontal dt { white-space: normal; } @@ -1304,4 +1308,5 @@ a.fc-event, .fc-event, .fc-content, .fc-title, .fc-event-container { margin-right: auto; margin-left: auto; } -} \ No newline at end of file +} + \ No newline at end of file