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

fixed alignment: issue #660 #684

Merged
merged 4 commits into from
Jan 26, 2025

Conversation

akkarn1689
Copy link
Contributor

parameters left column text does not wrap around and bleeds to the right

@akkarn1689
Copy link
Contributor Author

Hi @limzykenneth,

I have raised this PR addressing the issue #660. The bug has been fixed, and here is the updated screenshots of the fixed screen:

  • For small screen size:

image

  • For large screen size:

image

Please let me know if there are any additional changes or improvements required.

Thank you!

Comment on lines 144 to 147
<div class="grid grid-cols-8 gap-gutter-md text-body">
<span class="col-span-2 text-body whitespace-normal break-words overflow-wrap-break-word">{param.name}</span>
<div
class="col-span-5 [&_p]:m-0 [&_p]:inline [&_a]:underline"
class="col-span-6 [&_p]:m-0 [&_p]:inline [&_a]:underline"
Copy link
Member

Choose a reason for hiding this comment

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

If possible I would prefer the grid size to be not changed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will keep the grid size unchanged and resolve the issue.

@akkarn1689
Copy link
Contributor Author

Hi @limzykenneth, I have made changes and kept the grid size unchanged.

  • For large screen size:
    image

  • For small screen size:
    image

Please have a look and let me know if there are any other changes required.

Thank you!

@limzykenneth limzykenneth merged commit 70cae56 into processing:main Jan 26, 2025
4 checks passed
@limzykenneth
Copy link
Member

Looks good. Thanks!

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.

2 participants