summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwn_ <[email protected]>2023-12-23 16:59:29 +0000
committerwn_ <[email protected]>2023-12-23 17:01:24 +0000
commite33b0297d59a47fc5819ce79bdf71d29ad5e88b5 (patch)
treeb65c976f9907f8078d04d1ae035b5f03f1974ce5
parent9132360d4682cdde0b1bf88c7960137700dec50d (diff)
Ensure the feed name is easily visible when looking at the feeds with errors list.
-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">