문제

Here is the demo for it - http://plnkr.co/edit/B2lPwBgY61fSzg4nbaeD?p=preview

I am using both Twitter Bootstrap forms and Pure Forms and as you can see in demo, the size of input box is very small.

I even tried to increase the size by overriding as follows

.pure-form .input-medium {
  size: 50px;
}

But it doesn't helps

How can I make size of input text box bigger?

Thank you

도움이 되었습니까?

해결책

size isn't a CSS property, it's an HTML attribute. You want width (or height) in a CSS context to adjust the size of the element.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top