When I split a row into two parts using a div, I encounter an issue where a horizontal html list only displays within the area that the div occupies (Col-6). How can I make this html list expand to fill the entire column?
<div class="col-6">
<ul class="list-group list-group-horizontal-xxl justify-content-center">
<li class="list-group-item">Departman Onayında</li>
<li class="list-group-item">Bilgi verildi</li>
</ul>
</div>