mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +00:00
Disallow leading zeroes in Less (#10407)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
.form {
|
||||
.help {
|
||||
color: #999999;
|
||||
padding-top: 0.6em;
|
||||
padding-bottom: 0.6em;
|
||||
padding-top: .6em;
|
||||
padding-bottom: .6em;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
@@ -109,7 +109,7 @@
|
||||
@media screen and (max-height: 575px) {
|
||||
#rc-imageselect,
|
||||
.g-recaptcha {
|
||||
transform: scale(0.77);
|
||||
transform: scale(.77);
|
||||
transform-origin: 0 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user