increase chart item padding

This commit is contained in:
Jesse Lucas 2020-04-03 10:25:19 -04:00
parent bf062db83f
commit f509c65509
No known key found for this signature in database
GPG Key ID: 9810010C7FDCD3BB
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.item {
cursor: pointer;
padding: 3px;
padding: 3px 7px 3px 7px;
border-radius: 4px;
}