Skip to content

Commit 34128e7

Browse files
committed
Make the document status information table use the full width of the status pane, so dividing rulers also will stretch the full width of the pane.
- Legacy-Id: 3140
1 parent 0a662c2 commit 34128e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/idrfc/doc_tab_document.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
{% block tab_content %}
3939
<div class="ietf-box metabox">
40-
<table id="metatable">
40+
<table id="metatable" width="100%">
4141
{% block doc_metatable %}{% endblock %}
4242
</table>
4343

0 commit comments

Comments
 (0)