1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

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
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;