This website works better with JavaScript.
首頁
探索
說明
登入
anoopmb
/
frappe
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
fix: responsive
(cherry picked from commit
16fb96f6bd
)
version-14
Shariq Ansari
2 年之前
committed by
Mergify
父節點
efb29e20db
當前提交
83d49d184c
共有
1 個文件被更改
,包括
4 次插入
和
2 次删除
統一視圖
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
frappe/public/scss/desk/report.scss
+ 4
- 2
frappe/public/scss/desk/report.scss
查看文件
@@ -159,11 +159,13 @@
display: flex;
display: flex;
flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
align-items: center;
justify-content: space-evenly;
gap: 20px;
.summary-item {
.summary-item {
// SIZE & SPACING
// SIZE & SPACING
margin: 0px 2
5
px;
min-width: 1
8
0px;
margin: 0px 2
0
px;
min-width: 1
6
0px;
max-width: 300px;
max-width: 300px;
height: 62px;
height: 62px;
Write
Preview
Loading…
取消
儲存