Parcourir la source
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]
il y a 2 ans
committed by
GitHub
Parent
révision
725ad814bc
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec
2 ajouts et
2 suppressions
-
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; |
|
|
|
} |
|
|
|
|
|
|
|