empty title still reserves the same space as set title for layout consistency

This commit is contained in:
2026-05-25 15:24:47 +02:00
parent 6622ea93aa
commit df8797b92a
4 changed files with 19 additions and 21 deletions

View File

@@ -4281,6 +4281,10 @@ span.placeholder {
position: relative;
}
.item_title:empty::before {
content: '\00a0';
}
.location {
padding-left: 5px;
}