fix: button styling for better alignment and spacing

This commit is contained in:
Saqib Ansari 2025-12-31 14:15:18 +05:30
parent 18660c3e9c
commit fa8aebfd5b

View file

@ -203,6 +203,10 @@ body {
min-width: max-content;
font-size: 12px;
padding: 4px 6px;
height: 28px;
display: flex;
align-items: center;
gap: 4px;
}
.chart-actions {