07-21-2021, 05:32 AM
I work with HTML templates.
<div class="container-fluid">
<div class="row">
<div class="col-md-2">
{%MyListBox%}
</div>
<div class="col-md-10">
{%MyMemo%}
</div>
</div>
</div>
i want the width (100%) and heigth (100%) MyMemo to be relative to the column?
<div class="container-fluid">
<div class="row">
<div class="col-md-2">
{%MyListBox%}
</div>
<div class="col-md-10">
{%MyMemo%}
</div>
</div>
</div>
i want the width (100%) and heigth (100%) MyMemo to be relative to the column?