summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-unbound/luasrc/view/unbound/show-textbox.htm
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-unbound/luasrc/view/unbound/show-textbox.htm')
-rw-r--r--applications/luci-app-unbound/luasrc/view/unbound/show-textbox.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-unbound/luasrc/view/unbound/show-textbox.htm b/applications/luci-app-unbound/luasrc/view/unbound/show-textbox.htm
index 69c984780b..c0a7d133dc 100644
--- a/applications/luci-app-unbound/luasrc/view/unbound/show-textbox.htm
+++ b/applications/luci-app-unbound/luasrc/view/unbound/show-textbox.htm
@@ -2,7 +2,7 @@
<h3><%=heading:pcdata()%></h3>
<p><%=description:pcdata()%></p>
<div>
-<textarea style="width: 100%; height: 480px;" readonly="readonly" wrap="off" rows="<%=content:cmatch("\n")+2%>"><%=content:pcdata()%></textarea>
+<textarea style="width: 100%; height: 480px; font-family: monospace;" readonly="readonly" wrap="off" rows="<%=content:cmatch("\n")+2%>"><%=content:pcdata()%></textarea>
</div>
<%+footer%>