mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
swagger: adjust font-size for method buttons #267
This commit is contained in:
parent
ebe1d59a69
commit
ccce323f76
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@
|
|||
{{- $original = .RelPermalink }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
<style>
|
||||
rapi-doc::part(section-endpoint-head-method) {
|
||||
font-size: 11px;
|
||||
}
|
||||
</style>
|
||||
<rapi-doc
|
||||
allow-spec-file-download="true"
|
||||
default-schema-tab="example"
|
||||
|
|
Loading…
Reference in a new issue