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

Bugfix/big table content overflow #32

Merged
merged 15 commits into from
Apr 15, 2021

Conversation

louis-sanchez
Copy link
Contributor

Tables are not rendered correctly when the column content is too long. This fix forces text to wrap and show correctly

Copy link
Member

@metmajer metmajer left a comment

Choose a reason for hiding this comment

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

@louis-sanchez Due to the exhaustive changes... did you run the templates through an HTML validator? Also, why are indentations not consistent? Templates are supposed to be clean. You'll need a reviewer that verifies for every changed block that the section references have not changed erroneously.

@@ -436,10 +440,18 @@
<div class="page">
<h2 id="section_6"><span>6</span>Definitions and Abbreviations</h2>
<h3 id="section_6_1"><span>6.1</span>Definitions</h3>
<p>{{{data.sections.sec6s1.content}}}</p>
<table>
Copy link
Contributor Author

@louis-sanchez louis-sanchez Apr 14, 2021

Choose a reason for hiding this comment

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

this <table> is correctly indented. the <p> was not.

@@ -391,7 +441,11 @@
{{/each}}
</table>
{{/if}}
<p>{{{data.sections.sec15.content}}}</p>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

incorrect <p> formatting

@metmajer
Copy link
Member

@louis-sanchez there was a PR merged in the meantime which requires you to create an entry in the Changelog.md. Entries need to follow a certain format. Please look here for examples: https://github.com/opendevstack/ods-jenkins-shared-library/blob/master/CHANGELOG.md

@@ -315,17 +343,29 @@
<li>All executed acceptance test cases</li>
<li>Discrepancy log</li>
</ul>
<p>{{{data.sections.sec12.content}}}</p>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

<table> is now indented correctly. <p> was not.

@@ -315,17 +348,29 @@
<li>All executed acceptance test cases</li>
<li>Discrepancy log</li>
</ul>
<p>{{{data.sections.sec12.content}}}</p>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

<table> is now indented correctly. <p> was not.

@@ -315,17 +351,30 @@
<li>All executed acceptance test cases</li>
<li>Discrepancy log</li>
</ul>
<p>{{{data.sections.sec12.content}}}</p>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

<table> is now indented correctly. <p> was not.

@@ -315,17 +351,29 @@
<li>All executed acceptance test cases</li>
<li>Discrepancy log</li>
</ul>
<p>{{{data.sections.sec12.content}}}</p>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

<table> is now indented correctly. <p> was not.

@metmajer
Copy link
Member

@louis-sanchez SSDS templates are still not in shape. Did you do the HTML validation? Please let us know when the review can happen.

@louis-sanchez louis-sanchez changed the base branch from master to release/v1.1 April 15, 2021 10:41
@louis-sanchez louis-sanchez changed the base branch from release/v1.1 to master April 15, 2021 13:49
@louis-sanchez louis-sanchez merged commit 63b031f into master Apr 15, 2021
@metmajer metmajer deleted the bugfix/big-table-content-overflow branch April 15, 2021 16:45
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.

None yet

3 participants