Skip to content

Commit c9d9aec

Browse files
committed
format extra fields json as monospace
1 parent 5ea8e4f commit c9d9aec

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

root/static/less/account.less

+6
Original file line numberDiff line numberDiff line change
@@ -282,3 +282,9 @@
282282
.form-horizontal;
283283
}
284284
}
285+
286+
.profile-form {
287+
textarea[name="extra"] {
288+
font-family: @font-family-monospace;
289+
}
290+
}

root/static/less/global.less

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ kbd {
6868
box-shadow: inset 0 -1px 0 #bbb;
6969
color: #555;
7070
display: inline-block;
71-
font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
71+
font-size: 11px;
72+
font-family: @font-family-monospace;
7273
line-height: 10px;
7374
padding: 3px 5px;
7475
vertical-align: middle;

0 commit comments

Comments
 (0)