サンプルコード(max-height:30px;)
<div style="background-color:#f0f0ff;max-height:30px;">あいうえお</div>
<div style="background-color:#f0f0ff;max-height:30px;">あいうえお<br />かきくけこ<br />さしすせそ<br />たちつてと</div>
あいうえお
あいうえお
かきくけこ
さしすせそ
たちつてと
フォーム部品
<input type="text" style="max-height:30px;" value="入力できます。" />
<input type="button" style="max-height:90px;" value="ボタンです。" />