Skip to content

Fixed css bug in profile not found error page.

Caio requested to merge mnt-c/noosfero:fix-not-found-page-css into master

When you attempt to access an url /myprofile/<wrong_user>, the not found page appears to be correct but if you try /profile/<wrong_user>, the not found page has a margin that makes the block go out of the screen.

Merge request reports