8
votes
2answers
70 views

Line break broken for headers

If I have a file link for instance or any other text without spaces that is longer than the text box, it should be automatically line-broken. ...
3
votes
0answers
31 views

A couple improvements to the mobile site

The following a a few easy and simple ways to improve the easy-of-use of the mobile version of stackoverflow.com: Increase the size of the navigation menu buttons These buttons are currently too ...
0
votes
0answers
64 views

Edit feature has misaligned process/tips suggestions sidebar

Please see screenshot below. You can see that the "How to edit" box is misaligned. I have tried this in Firefox Safe Mode(The default "Ubufox" on Ubuntu 12.04), and have tried it with all addons ...
1
vote
1answer
79 views

Stackoverflow alignment error

Is it mistake by stackoverflow or there is bug in my browser 1. 2.
9
votes
1answer
6k views

CSS for textarea should resize vertical

I've noticed that on Firefox and Chrome that the textareas are resizable vertically as well as horizontally; the resize rule not having been set. I occasionally break the layout a bit when I resize ...
1
vote
0answers
79 views

Suggestion for better icon separation in markdown editor

I think it'd be useful to split the Hyperlink, BlockQuote, CodeSample, and Image actions/icons into 2 groups that are organized closer to their functionality as the other buttons are arranged. B I | ...
2
votes
4answers
424 views

Why use server side markdown?

Why did SO decide to use Markdown sharp? It seems that a better idea would be to get both the HTML and the markdown from the client-side WMD. This way there would be no incompatibilities between two ...