I'm having trouble with formatting a textarea using Bootstrap 4 CSS.
I've been trying to adjust the styling myself, but whenever I add padding or margin it makes the textarea height too large.
.comment-box {
padding: 0.8rem 1rem;
border-radius: 30px;
}
<textarea class="form-control comment-box" rows="1"></textarea>
I'd like the textarea to resemble an input field with a button inside it, similar to this image: