feat: add spacing and line break to diagnostic tools section

This commit is contained in:
Ivan K
2025-02-18 18:28:52 +03:00
parent b6cf73b974
commit fc99bd7aaa

View File

@@ -985,7 +985,9 @@ return view.extend({
// Diagnostics Column
E('div', { 'style': 'flex: 1; padding: 15px; background: #f8f9fa; border-radius: 8px;' }, [
E('div', { 'style': 'margin-bottom: 15px;' }, [
E('strong', {}, _('Diagnostic Tools'))
E('strong', {}, _('Diagnostic Tools')),
E('br'),
E('div', { 'style': 'height: 18px;' })
]),
E('div', { 'class': 'btn-group', 'style': 'display: flex; flex-direction: column; gap: 8px;' }, [
E('button', {