mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 08:48:37 +00:00
Disallow leading zeroes in Less (#10407)
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
|
||||
.dashboard-navbar {
|
||||
width: 100vw;
|
||||
padding: 0 0.5rem;
|
||||
padding: 0 .5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
code {
|
||||
padding: 1px;
|
||||
font-size: 85%;
|
||||
background-color: rgba(0, 0, 0, 0.04);
|
||||
background-color: rgba(0, 0, 0, .04);
|
||||
border-radius: 3px;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
Reference in New Issue
Block a user