浏览代码

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
父节点
当前提交
13015c2dc8
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      frappe/public/scss/desk/report.scss

+ 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;


正在加载...
取消
保存