mergify[bot]
2 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
2 aggiunte e
2 eliminazioni
-
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; |
|
|
|
} |
|
|
|
|
|
|
|