i'm tring to make something looks good
i was tring to use css but i got a problem
only a inline style is working...
reply new {
display: inline-block;
height: 5vh;
}
reply new writer {
width: 20px;
}
reply new content {
width: 20px;
}
<input type="text" class="reply new writer form-control input-sm" style="width: 20px">
<input type="text" class="reply new content form-control input-sm">
it doesn't work.
but
<input type="text" class="reply new writer form-control input-sm" style="width: 20px">
<input type="text" class="reply new content form-control input-sm">
it works.
what should i do