fastapi icon indicating copy to clipboard operation
fastapi copied to clipboard

Hotfix: redoc tables have to be fullwidth, but they aren't

Open kai3341 opened this issue 1 year ago • 2 comments

The reason is tables have CSS property { display: block }, that's why they renders wrong

kai3341 avatar Jul 25 '22 18:07 kai3341

Codecov Report

Merging #5195 (408a283) into master (5c576e4) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master     #5195   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          532       532           
  Lines        13684     13684           
=========================================
  Hits         13684     13684           
Impacted Files Coverage Δ
fastapi/openapi/docs.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5c576e4...408a283. Read the comment docs.

codecov[bot] avatar Jul 25 '22 18:07 codecov[bot]

📝 Docs preview for commit 408a283b2268b2b989faa8ab8b87d05de3a44918 at: https://62dee0d0b50ddd64144c6a72--fastapi.netlify.app

github-actions[bot] avatar Jul 25 '22 18:07 github-actions[bot]

Could you please create an issue? Probably with screenshots to understand what's the problem.

I think it's quite probable that if there's a problem, it's actually in ReDoc, and it should actually be solved there...

Thanks for the effort and interest! :coffee:

tiangolo avatar Aug 26 '22 14:08 tiangolo

Assuming the original need was handled, this will be automatically closed now. But feel free to add more comments or create new issues or PRs.

github-actions[bot] avatar Sep 06 '22 00:09 github-actions[bot]