Skip to content

Commit

Permalink
Merge pull request #69 from kiebor81/main
Browse files Browse the repository at this point in the history
fix(ui): Update with style tag to fix rapidoc button styling
  • Loading branch information
a-chacon authored Jan 19, 2025
2 parents feb0c6f + 19e9ba1 commit 50b3236
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/views/oas_rails/oas_rails/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@
allow-spec-file-download="true"
>
</rapi-doc>

<style>
rapi-doc::part(btn btn-outline){ width: 220px; min-width: 170px; }
</style>

0 comments on commit 50b3236

Please sign in to comment.