Archived
1
0
Fork 0

app/assets/less/components/request-item.less: scale text down abit for all list header fields except method and uri.

This commit is contained in:
Henrik Hautakoski 2018-03-19 20:25:45 +01:00
parent 8828c14230
commit 4621850b85

View file

@ -54,6 +54,13 @@
}
}
&-type,
&-timestamp,
&-size,
&-ip {
font-size: @font-size-small;
}
&-method {
font-weight: bold;
}