Skip to main content
Nice quick reading Started by emanuele · · Read 3178 times 0 Members and 1 Guest are viewing this topic. previous topic - next 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.