1
0
Fork 0
forked from forgejo/forgejo

Remove incorrect CSS helper classes (#26712)

This commit is contained in:
wxiaoguang 2023-08-25 14:47:59 +08:00 committed by GitHub
parent 636b6eaf2a
commit ee9e83b230
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 29 deletions

View file

@ -13,8 +13,7 @@
#create-page-form form .header {
padding-left: 280px !important;
}
#create-page-form form .inline.field > label,
#create-page-form form .inline.field.captcha-field > span {
#create-page-form form .inline.field > label {
text-align: right;
width: 250px !important;
word-wrap: break-word;
@ -59,8 +58,7 @@
.organization.new.org form .header {
padding-left: 280px !important;
}
.organization.new.org form .inline.field > label,
.organization.new.org form .inline.field.captcha-field > span {
.organization.new.org form .inline.field > label {
text-align: right;
width: 250px !important;
word-wrap: break-word;