Skip to content

Commit

Permalink
Center the operation column text #233
Browse files Browse the repository at this point in the history
  • Loading branch information
krlawrence committed Jun 20, 2022
1 parent d6cbe8d commit 92b9532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graph_notebook/magics/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def show_records(self, records):

html += '<tr title="The operation number within this transaction" style="border: 1px solid black; background-color: white;">'
html += '''<td style="border: 1px solid black; vertical-align: top;">{}</td>
<td style="border: 1px solid black; vertical-align: top;">{}</td>
<td style="border: 1px solid black; vertical-align: top;text-align: center;">{}</td>
<td style="border: 1px solid black; vertical-align: top;text-align: center;">{}</td>
<td style="border: 1px solid black; vertical-align: top; text-align: left;">{}</td></tr>'''.format(
record['eventId']['opNum'],
Expand Down

0 comments on commit 92b9532

Please sign in to comment.