Skip to main content
Topic: Nice quick reading (Read 2478 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: Nice quick reading

Reply #1

This reminded me about something...
Quote1. Give Yourself Some Room

There were few places when I had to fit text in small box, not always it is possible, for example login box in header.
Could you add something like this: http://jsfiddle.net/4gs5a55w/2/ to auto resize input fiels based on placeholder length?

As you can see there is no size on input, but all text is visible, no matter how long it is :)

Re: Nice quick reading

Reply #2

Should be able to add that to theme.js with some tweaks ... like make sure there is a place holder, and don't let it go smaller if a size is defined.