-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add horizontal scroll to documentation #422
Conversation
If the idea is to just make sure the user can scroll to see the whole table, 👍, adding approve. That said, I think the bug is really elsewhere.. galaxy_ng is the only place that generates a table that's too big to show. EDIT: we should consider not generating tables in the first place, but that's for another discussion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code is right if the bug is really considered to be in the UI.
EDIT: it is 👍
(We could also set max-width and rely on wrapping instead of scrollbars, except that may break horribly on phones.)
Backport to stable-4.3: 💚 backport PR created✅ Backport PR branch: Backported as #424 🤖 @patchback |
Fixes https://issues.redhat.com/browse/AAH-599 (cherry picked from commit 430cb0b)
Backport to stable-4.2: 💚 backport PR created✅ Backport PR branch: Backported as #425 🤖 @patchback |
Fixes https://issues.redhat.com/browse/AAH-599 (cherry picked from commit 430cb0b)
Fixes https://issues.redhat.com/browse/AAH-599 (cherry picked from commit 430cb0b) Co-authored-by: ZitaNemeckova <znemecko@redhat.com>
Fixes https://issues.redhat.com/browse/AAH-599 (cherry picked from commit 430cb0b) Co-authored-by: ZitaNemeckova <znemecko@redhat.com>
Fixes https://issues.redhat.com/browse/AAH-599
For https://cloud.redhat.com/ansible/automation-hub/repo/published/ibm/power_ibmi/content/module/ibmi_display_fix
Note: it looks really bad in
standalone
. In c.r.com you cannot read everything but left nav is visible.Steps to reproduce:
ibmi_display_fix
Before:
After: