Skip to content

Commit 496dfa3

Browse files
committed
Fixed template so hidden content do not take extra space in the page layout. Fixes ietf-tools#615
- Legacy-Id: 2883
1 parent d08c515 commit 496dfa3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ietf/templates/submit/draft_status.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
idnitsDialog.render();
4343

4444
var showIdnits = function() {
45+
$('#idnits_results').show();
4546
$('#idnits_title').show();
4647
$('#twopages_title').hide();
4748
$('pre.idnits_message').show();
@@ -90,7 +91,7 @@ <h2>Check Page</h2>
9091
{% endif %}
9192
<a class="idnits_trigger" href="#">(View IDNITS Results)</a>
9293
</p>
93-
<div id="idnits_results" style="visibility:hidden;">
94+
<div id="idnits_results" style="visibility:hidden; display: none;">
9495
<div class="hd">
9596
<span style="display: none;" id="idnits_title">Idnits results</span>
9697
<span style="display: none;" id="twopages_title">First two pages</span>

0 commit comments

Comments
 (0)