浏览代码
fix: comma looks like a decimal in report summary widget (#18014) (#18017)
[skip ci]
(cherry picked from commit 7b646ccec5
)
Co-authored-by: Shariq Ansari <30859809+shariquerik@users.noreply.github.com>
version-14
mergify[bot]
2 年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有
1 个文件被更改,包括
2 次插入 和
2 次删除
-
frappe/public/scss/desk/report.scss
|
|
@@ -196,8 +196,8 @@ |
|
|
|
&.blue { color: var(--blue-500); } |
|
|
|
|
|
|
|
// SIZE & SPACING |
|
|
|
margin-top: 12px; |
|
|
|
margin-bottom: 5px; |
|
|
|
padding-top: 12px; |
|
|
|
padding-bottom: 5px; |
|
|
|
|
|
|
|
// LAYOUT |
|
|
|
text-align: center; |
|
|
|