LuttyYang / luci-theme-material

this is a openwrt luci theme
331 stars 96 forks source link

Long option input values can overflow the field #10

Closed hnyman closed 8 years ago

hnyman commented 8 years ago

Some of the longest text options can overflow the default width of the input field. Example: Luci statistics / collectd / output plugins / RRDtool: textoverflow (that is the default value for that option, so nothing imaginary or special. But might still be one of the longest default values: "1hour 1day 1week 1month 1year")

I tested both with IE11 and Firefox43, and the same result.

It would be better if the input field would adjust to long input values, if necessary. At least if the value is long already when the page is first rendered.

LuttyYang commented 8 years ago

I fix it in version 0.2.5

hnyman commented 8 years ago

Thanks