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

Quick fix for the left panel size #130

Merged
merged 1 commit into from
Oct 6, 2022

Conversation

Revathyvenugopal162
Copy link
Contributor

@Revathyvenugopal162 Revathyvenugopal162 commented Oct 5, 2022

The left panel is not rendering correctly, opened issue in dev guide(ansys/pyansys-dev-guide#191), try to fix by rendering the left panel content by the next line, if line is long.

Fix #131.

@Revathyvenugopal162 Revathyvenugopal162 self-assigned this Oct 5, 2022
@github-actions github-actions bot added the bug Defects or glitches reported by users or developers label Oct 5, 2022
Copy link
Contributor

@MaxJPRey MaxJPRey left a comment

Choose a reason for hiding this comment

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

LGTM.

Comment on lines +534 to +535
flex: 0 0 20%;
max-width: 20%;
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's keep an eye on it because in the past having the "size" of a panel based on percentage was the cause of some issues.

Copy link
Member

Choose a reason for hiding this comment

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

Yeah... PyGeometry suffered of this issue with the percentage... Let's see

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This time i am expecting , if the line is longer than the expected, it should go to the second line.

@Revathyvenugopal162 Revathyvenugopal162 merged commit eb28cdb into main Oct 6, 2022
@Revathyvenugopal162 Revathyvenugopal162 deleted the fix/doc-main-page-width branch October 6, 2022 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Defects or glitches reported by users or developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem with ansys-sphinx-theme on automated API width
3 participants