1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-02 07:38:35 +00:00

Fix markdown frontmatter rendering (#34102) (#34107)

Backport #34102
Fix #34101
This commit is contained in:
wxiaoguang
2025-04-03 15:26:43 +08:00
committed by GitHub
parent a40e15a116
commit 3063e37802
8 changed files with 140 additions and 117 deletions

View File

@@ -516,6 +516,18 @@
padding-left: 2em;
}
.markup details.frontmatter-content summary {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
margin-bottom: 0.25em;
}
.markup details.frontmatter-content svg {
vertical-align: middle;
margin: 0 0.25em;
}
.file-revisions-btn {
display: block;
float: left;