Closed Whissi closed 10 years ago
It does indeed looks better, so we applied the css change for the whole documentation.
Is there a reason why you set width: 98%;
instead of width: 100%;
? Now it looks like
But as said before, thanks to box-sizing: border-box;
, width: 100%;
should work on all major browsers (including IE).
Yes 100% doesn't look well on some sites, at least using Chrome. But 98% does look well.
Hi,
currently, the documentation with code examples looks like
Often I have to increase the size by hand to see all the content. Doesn't the following design looks better?
I applied
to the textarea element (
box-sizing: border-box;
makes the magic), to achieve this design.