Skip to content

Commit 075327a

Browse files
committed
spacing
1 parent 36163c1 commit 075327a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run_dir/design/ont_flowcells.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h1>
66

77
<table class="table table-striped table-bordered sortable" id="ont_fc_table">
88

9-
<thead style="vertical-align: top">
9+
<thead style="vertical-align: top; white-space: nowrap">
1010
<tr class="sticky darkth">
1111
<th class="sort" data-sort="run_name">
1212
<abbr data-toggle="tooltip" data-html="true" title="Follows format yymmdd_HHMM_position_flowcell_randomHash">
@@ -53,7 +53,7 @@ <h1>
5353
</tr>
5454
</tfoot>
5555

56-
<tbody class="list">
56+
<tbody class="list" style="vertical-align: top; width: 1%; white-space: nowrap">
5757
{% for onefc in ont_flowcells %}
5858
<tr>
5959
<td>
@@ -131,7 +131,7 @@ <h1>
131131
<td class="text-center">
132132
{{ ont_flowcells[onefc].get("n50_Kbp", "") }}
133133
</td>
134-
<td class="latest_running_note">
134+
<td style="width: 100%" class="latest_running_note">
135135
{% if ont_flowcells[onefc].get('latest_running_note') %}
136136
{% set running_notes = ont_flowcells[onefc].get('latest_running_note') %}
137137
{% set latest_running_note_key = list(running_notes.keys())[0] %}

0 commit comments

Comments
 (0)