ソースを参照

fix: hide grid row index if table is used in column break (#18056) (#18064)

(cherry picked from commit d787563849)

Co-authored-by: Shariq Ansari <30859809+shariquerik@users.noreply.github.com>
version-14
mergify[bot] 2年前
committed by GitHub
コミット
725ad814bc
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      frappe/public/scss/common/grid.scss

+ 2
- 2
frappe/public/scss/common/grid.scss ファイルの表示

@@ -45,7 +45,7 @@

// hide row index in 6 column child tables
.form-column.col-sm-6 .form-grid {
.row-index > span {
.row-index {
display: none;
}

@@ -56,7 +56,7 @@
}
}

.modal .form-grid .row-index > span {
.modal .form-grid .row-index {
display: none;
}



読み込み中…
キャンセル
保存