Charts spacings adjusted

This commit is contained in:
edenhernandez-suse 2025-07-08 12:39:01 +02:00 committed by Francesco Torchia
parent 0419eae02d
commit bdc5036a8f
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393
2 changed files with 1 additions and 3 deletions

View File

@ -307,8 +307,6 @@ export default {
}
.details {
padding: 5px;
.description {
.count {
font-size: 25px;

View File

@ -807,7 +807,7 @@ export default {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
gap: 16px;
gap: 24px;
.spacer {
border-left: 1px solid var(--border);