node: repo: health: drop br line-breaks, replaced by flex display

Firefox ignores them anyway but chrome adds them additionally, making
it look rather weird..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-03 00:09:07 +02:00
parent 96ecd62ac1
commit c7ca21b4b8

View File

@ -552,7 +552,6 @@ Ext.define('Proxmox.node.APTRepositories', {
tpl: [
'<center class="centered-flex-column" style="font-size:15px;line-height: 25px;">',
'<i class="fa fa-4x {iconCls}"></i>',
'<br/><br/>',
'{text}',
'</center>',
],