Show custom fields on compact expanded details (#5946)

This commit is contained in:
WithoutPants
2025-06-20 16:04:10 +10:00
committed by GitHub
parent 849a368d3d
commit f81f60e76f
2 changed files with 8 additions and 2 deletions

View File

@@ -710,6 +710,10 @@ button.btn.favorite-button {
}
}
.custom-fields {
width: 100%;
}
.custom-fields .detail-item .detail-item-title {
max-width: 130px;
overflow: hidden;