feat: fix empty custom CSS for new rows in signin items table (#2897)

This commit is contained in:
DacongDA
2024-04-24 15:19:30 +08:00
committed by GitHub
parent af2d26daf2
commit 8dbb041a34
3 changed files with 18 additions and 4 deletions

View File

@ -209,7 +209,7 @@ func extendApplicationWithSigninItems(application *Application) (err error) {
signinItem := &SigninItem{
Name: "Back button",
Visible: true,
Label: ".back-button {\n top: 65px;\n left: 15px;\n position: absolute;\n}",
Label: ".back-button {\n top: 65px;\n left: 15px;\n position: absolute;\n}\n.back-inner-button{}",
Placeholder: "",
Rule: "None",
}