-
Notifications
You must be signed in to change notification settings - Fork 9k
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
Operation ids in swagger-ui dashboard are wrapping even if sufficient space is available. #9577
Comments
Possible solution swagger-ui/src/style/_layout.scss Line 337 in 6bb76c2
According to me the word-break class was used to prevent text overlapping in mobile view and on removing this class the desktop view looks fine, as the operation ids are not wrapping now if there is enough space available for them. This class should be added to the media query block instead to prevent overlapping in mobile view. swagger-ui/src/style/_layout.scss Lines 329 to 331 in 6bb76c2
If this looks fine to you I can raise a pull request for this :) |
While it is true that disabling |
Q&A (please complete the following information)
Describe the bug you're encountering
In swagger ui dashboard, operation ids are wrapped even if there is available space as shown in the screenshot below.
Steps to reproduce the behavior:
Expected behavior
Operation ids should not be wrapped if there is enough space.
Screenshots
The text was updated successfully, but these errors were encountered: