mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-05-24 00:00:02 +02:00
Disallow leading zeroes in Less (#10407)
This commit is contained in:
parent
71d5a090df
commit
4e912d2ed8
11 changed files with 102 additions and 101 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue