Hello i am new in the semantic world and I want to customize the default input height and width I know that we have predefined classes in semantic like small, big, mini but I need to have custom height and width.
In semantic documentation (http://semantic-ui.com/elements/input.html) at the input section we have this message:
"Inputs will automatically size themselves unless you manually declare a width"
I have declared the width in the input like this:
<input width="10" type="text" value="test" placeholder="empty" readonly>
but it doesn't work for me. A little help please.