Browse Source
Merge pull request #18368 from frappe/mergify/bp/version-14-hotfix/pr-18315
version-14
Shariq Ansari
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
2 deletions
-
frappe/public/scss/desk/report.scss
|
|
@@ -159,11 +159,13 @@ |
|
|
|
display: flex; |
|
|
|
flex-wrap: wrap; |
|
|
|
align-items: center; |
|
|
|
justify-content: space-evenly; |
|
|
|
gap: 20px; |
|
|
|
|
|
|
|
.summary-item { |
|
|
|
// SIZE & SPACING |
|
|
|
margin: 0px 30px; |
|
|
|
min-width: 180px; |
|
|
|
margin: 0px 20px; |
|
|
|
min-width: 160px; |
|
|
|
max-width: 300px; |
|
|
|
height: 62px; |
|
|
|
|
|
|
|