mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-30 11:13:06 +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 }}
|
{{- $original = .RelPermalink }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
<style>
|
||||||
|
rapi-doc::part(section-endpoint-head-method) {
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<rapi-doc
|
<rapi-doc
|
||||||
allow-spec-file-download="true"
|
allow-spec-file-download="true"
|
||||||
default-schema-tab="example"
|
default-schema-tab="example"
|
||||||
|
|
Loading…
Reference in a new issue