私は次のものを持っています:
<div id="tab-notes" class="clearfix">
<textarea cols=100 rows=15 class="full-width" id="dialogNotes" name="Pages">@Model.Notes</textarea>
</div>
clearfix クラスを追加しましたが、DIV がテキストエリアの高さに合わせて伸びていないようです。私が見逃している簡単なものはありますか?
.clearfix:after, .block-controls:after, .side-tabs:after {
clear: both;
content: " ";
display: block;
font-size: 0;
height: 0;
line-height: 0;
visibility: hidden;
width: 0;
}