summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/CommonDialogs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/CommonDialogs.js b/js/CommonDialogs.js
index 8d4241ef8..989a61539 100644
--- a/js/CommonDialogs.js
+++ b/js/CommonDialogs.js
@@ -268,7 +268,7 @@ const CommonDialogs = {
<table width='100%' id='error-feeds-list'>
${reply.map((row) => `
- <tr data-row-id='${row.id}'>
+ <tr data-row-id='${row.id}' style='vertical-align: top'>
<td class='checkbox'>
<input onclick='Tables.onRowChecked(this)' dojoType="dijit.form.CheckBox"
type="checkbox">