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

Fix form width (#33151)

Fix #33150
This commit is contained in:
wxiaoguang
2025-01-08 23:57:18 +08:00
committed by GitHub
parent 124079871b
commit 9c00e065a1
15 changed files with 1275 additions and 1295 deletions

View File

@@ -155,6 +155,7 @@ textarea:focus,
}
.ui.form.left-right-form .inline.field > .help {
display: block;
margin-left: calc(250px + 15px);
}