heartcombo / devise

Flexible authentication solution for Rails with Warden.
http://blog.plataformatec.com.br/tag/devise/
MIT License
23.89k stars 5.54k forks source link

Remove p tag since p tags cannot contain other block elements #5554

Closed JunichiIto closed 1 year ago

JunichiIto commented 1 year ago

Fix https://github.com/heartcombo/devise/issues/5553

HTML and UI will be below:

fixed

Updated

Replaced p tag with div:

Screenshot 2023-02-14 at 8 36 24
JunichiIto commented 1 year ago

@carlosantoniodasilva Thank you for your reply. I agree with you. I replaced p with div.