forked from forgejo/forgejo
Remove incorrect CSS helper classes (#26712)
This commit is contained in:
parent
636b6eaf2a
commit
ee9e83b230
5 changed files with 21 additions and 29 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue