Centering No Captcha reCaptcha

后端 未结 14 1142
旧巷少年郎
旧巷少年郎 2020-12-24 01:38

After a few hours of research and trial and error, I was finally able to add the new Google No Capatcha re Capatcha to my form and get it working, but for some reason, it wo

14条回答
  •  自闭症患者
    2020-12-24 02:21

    for primefaces you can do:


    .captcha>div>div{
        text-align: center !important;
        margin: 0 auto !important;
    }
    

提交回复
热议问题