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

Fixes for long names #286

Merged
merged 9 commits into from
Apr 5, 2022
Merged

Fixes for long names #286

merged 9 commits into from
Apr 5, 2022

Conversation

benogle
Copy link
Contributor

@benogle benogle commented Apr 5, 2022

Fixes all the issues in #278 related to long names

Screen Shot 2022-04-05 at 4 36 28 PM

Screen Shot 2022-04-05 at 4 37 11 PM

Closes #278

@benogle benogle requested a review from newhouse April 5, 2022 23:41
@@ -426,6 +426,7 @@ $background-arguments: #fafbfc;
}

.deprecation-reason {
word-break: break-word;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dep reasons were also causing issues in mobile, now they will break if things are too small. Seems like the browser doesnt like to break on the ::before elements, so this is the deal:

Screen Shot 2022-04-05 at 4 48 00 PM

@benogle benogle merged commit 2079609 into main Apr 5, 2022
@benogle benogle deleted the bo/fix-for-long-names branch April 5, 2022 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Layout issues with schema with long query names in 1.0.5
2 participants