mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
swagger: fix download button overflow #334
This commit is contained in:
parent
b9249493c4
commit
8546871931
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
||||||
rapi-doc::part(section-endpoint-head-method) {
|
rapi-doc::part(section-endpoint-head-method) {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
rapi-doc::part(btn) {
|
||||||
|
width: unset !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<rapi-doc
|
<rapi-doc
|
||||||
allow-spec-file-download="true"
|
allow-spec-file-download="true"
|
||||||
|
|
Loading…
Reference in a new issue