Sidebar filters layout messed up
Jasius opened this issue · 7 comments
Jasius commented
chelkweber commented
Can you elaborate on the issue, what should it look like?
Jasius commented
Hey, like this https://i.imgur.com/xjuSASD.png , it's bugged on FF.
daviddeejjames commented
Hi there, just wondering which version of Firefox? Seems fine on latest version (Firefox 56.0 on MacOS)
Jasius commented
Firefox developer edition(Quantum)
…________________________________
From: David James <notifications@github.com>
Sent: Sunday, October 8, 2017 8:10:11 AM
To: Jasius/Windows-theme
Cc: Mindaugas; Author
Subject: Re: [Jasius/Windows-theme] Sidebar filters layout messed up (#186)
Hi there, just wondering which version of Firefox? Seems fine on latest version
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<https://github.com/Jasius/Windows-theme/issues/186#issuecomment-334983704>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AKhSC567PbTsGiNsQrJ2oDgW_ffoQPXFks5sqFkzgaJpZM4PxXq_>.
vikasverma93 commented
Hi, If you just want the buttons to be in one single line (), you can add style="white-space: nowrap;"
to the parent list-item, or create a helper class .text-nowrap { white-space: nowrap }
and add it to parent list-item. Since different browsers render fonts differently, Its just a matter of few pixels that last inline-block button is coming in next line.
Jasius commented
@vikasverma92 thanks, I'll look into this.
Jasius commented
Apparently it was new FF engine bug.