Skip to content

Commit c7c6177

Browse files
CirnoTtechknowlogickzeripath
authored
Fix text-transform on wiki revisions page (#11486)
* Fix text-transform on wiki revisions page * apply global Co-authored-by: techknowlogick <[email protected]> Co-authored-by: zeripath <[email protected]>
1 parent b6d01cc commit c7c6177

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

web_src/less/_base.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,3 +1285,8 @@ i.icon.centerlock {
12851285
height: 1em !important;
12861286
vertical-align: middle !important;
12871287
}
1288+
1289+
/* https://github.com/go-gitea/gitea/pull/11486 */
1290+
.ui.sub.header {
1291+
text-transform: none;
1292+
}

web_src/less/_repository.less

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1983,10 +1983,6 @@
19831983
margin-top: -5px;
19841984
}
19851985

1986-
.ui.sub.header {
1987-
text-transform: none;
1988-
}
1989-
19901986
> .markdown {
19911987
padding: 15px 30px;
19921988

0 commit comments

Comments
 (0)