Closed Bug 1410727 Opened 7 years ago Closed 7 years ago

White space under footer on Mozillians

Categories

(Participation Infrastructure :: Phonebook, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: paul-petrovka, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:42.0) Gecko/20100101 Firefox/42.0 Cyberfox/42.0.1
Build ID: 20151105140438

Steps to reproduce:

Visit https://mozillians.org/ru/


Actual results:

There is white space under footer


Expected results:

No white space under footer
I tried to find css file on Github to fix. Just change

#colophon .footer-nav {
    width: 140px;
}

to
#colophon .footer-nav {
    width: 190px;
}

And 2 margins is not good.
Issue confirmed with russian language where the text in that block is too long and is cropped, the proposed fix enlarge that area that fix the issue.
Adding a needinfo for Nikos
Flags: needinfo?(nikos)
Thanks for reporting this. I opened a Pull Request with a fix.
Flags: needinfo?(nikos)
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.