mirror of
https://github.com/go-gitea/gitea
synced 2025-09-28 03:28:13 +00:00
Disallow leading zeroes in Less (#10407)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
.header {
|
||||
font-weight: 700;
|
||||
font-size: 1.3rem;
|
||||
margin-top: -0.2rem;
|
||||
margin-top: -.2rem;
|
||||
line-height: 1.3rem;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user