mirror of
https://github.com/go-gitea/gitea.git
synced 2025-11-15 10:16:03 +01:00
Disallow leading zeroes in Less (#10407)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
span.fullname {
|
||||
font-weight: normal;
|
||||
font-size: 0.8rem;
|
||||
font-size: .8rem;
|
||||
margin-left: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user