-
Notifications
You must be signed in to change notification settings - Fork 88
Fix: Correct text cut-off in pagination buttons (#1486) #1633
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
base: main
Are you sure you want to change the base?
Fix: Correct text cut-off in pagination buttons (#1486) #1633
Conversation
|
Hi @aerotrail-chandrikatalla , thanks for raising the PR. Just for the context, there was another PR that supposed to fix the issue, could you attach a screenshot for the issue that you had for me to better understand why the original fix didn't work? |
Hello @ruanyl ,I've attached a screenshot of the issue below. The text in the pagination buttons was being cut off at the bottom. |
|
@aerotrail-chandrikatalla #1490 was supposed to fix the text cutting off issue described in #1486 , not about animation. Could you please highlight the issue on the screenshot you share? I tried locally as well, but couldn't figure out how this |
After change in padding(in my local machine) |
@aerotrail-chandrikatalla Thanks for sharing the details, unfortunately I'm not able to reproduce on version 1.21, could you share which the OUI version you're using? |
@ruanyl I'm using OUI version 2.0.0. |





Title: Fix: Correct text cut-off in pagination buttons
Description:
This pull request addresses the bug where the text in the pagination buttons was being cut off at the bottom.
Details of the fix:
I have added padding: 1px 0; to the .ouiButtonEmpty__text class in _button_empty.scss to provide a small amount of vertical space, which prevents the text from being cropped.
Closes Issue: Fixes #1486
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.