Closed dreger closed 3 years ago
Just wondering how do you test this? I've tried it on Mobile emulation mode in Chrome, it's still kinda breaks the layout :disappointed:
It still pushes the comment button away.
Hmm... I only made changes to the hw-ios-*.css
files, so it might be breaking because I'm not catching the non-iOS hw-web.css
stylesheet - which I can fix. I think things are fixed for iOS browsers, however:
Re: https://github.com/cheeaun/hackerweb/issues/29
This commit changes the
span.link-text
element to a block layout, which allows us to apply the CSStext-overflow: ellipsis;
rule to long URLs. I've also removed the now unnecessary<br>
tag in the post template, as block layout elements do not require manual line breaks.