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:
parent
8828c14230
commit
4621850b85
1 changed files with 7 additions and 0 deletions
|
|
@ -54,6 +54,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
&-type,
|
||||
&-timestamp,
|
||||
&-size,
|
||||
&-ip {
|
||||
font-size: @font-size-small;
|
||||
}
|
||||
|
||||
&-method {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue