summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-12-24 16:14:45 +0000
committerAndrew Dolgov <[email protected]>2023-12-24 16:14:45 +0000
commit51cd02fc3e476f9e64311a87e0b84dbd16f5a44f (patch)
tree1a6be722f06c261aa7e28dd2a4a9665bf5cb949e /js
parentd4ae6c67db8c966ab4998fda6df14072b103106b (diff)
parent0ea9db317038f5510a1ca875b55af770997ec148 (diff)
Merge branch 'feature/use-guzzle' into 'master'
Use Guzzle See merge request tt-rss/tt-rss!16
Diffstat (limited to 'js')
-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">