Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual Bug on docs website #3789

Closed
nivekithan opened this issue Jul 18, 2022 · 5 comments · Fixed by #4181
Closed

Visual Bug on docs website #3789

nivekithan opened this issue Jul 18, 2022 · 5 comments · Fixed by #4181
Labels
website Issue related to the remix.run website

Comments

@nivekithan
Copy link

What version of Remix are you using?

Does not matter

Steps to Reproduce

Go to https://remix.run/docs/en/v1/api/remix#unstable_parsemultipartformdata

You can see unstable_parseMultipartFormData getting overflow

NOTE: My viewport width is 1536

image

Expected Behavior

Not getting overflow

Actual Behavior

Getting overflow

image

@nivekithan nivekithan changed the title Visual Bug on docs website on url Visual Bug on docs website Jul 18, 2022
@machour machour added website Issue related to the remix.run website and removed bug:unverified labels Jul 18, 2022
@Abhiram-Gullapalli
Copy link

Was the issue closed, because I didn't find any such glitches on my device. What was the resolution of the screen you viewed it on?

@nivekithan
Copy link
Author

@Abhiram-Gullapalli yep I am still facing that issue
image

my display resolution is 1920 x 1080

@Abhiram-Gullapalli
Copy link

I still can't observe similar behaviour, despite inspecting with the mentioned screen resolution!

@nivekithan
Copy link
Author

nivekithan commented Aug 7, 2022

If its any help

I am using windows, on brave browser with version

Version 1.42.86  Chromium: 104.0.5112.81 (Official Build)  (64-bit)

My viewport width was 1536

@vincecao
Copy link
Contributor

vincecao commented Aug 7, 2022

Add below style in h2 should resolve the issue

overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

Or if using tailwindcss, could just add truncate.

Screen Shot 2022-08-06 at 11 30 22 PM

Unfortunately, I did not find where style of api doc is generated for now. If I found later, I might can create fix PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
website Issue related to the remix.run website
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants