Skip to content

Commit 94ca93e

Browse files
committed
Fixing accordions width
1 parent 0826895 commit 94ca93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_pet/templates/study_description_templates/prep_template_info_tab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h4 class="modal-title" id="myModalLabel">Choose preprocessing parameters</h4>
5151

5252
<!-- Prep Template tab pane -->
5353
<div class="tab-pane" id="prep_template_info_{{pt_id}}" style="padding: 10px;">
54-
<table border="0">
54+
<table border="0" style="width: 100%;">
5555
<tr>
5656
<td>
5757
{% if is_editable %}

0 commit comments

Comments
 (0)