fix: button styling for better alignment and spacing
This commit is contained in:
parent
18660c3e9c
commit
fa8aebfd5b
1 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue