I am having trouble adjusting the width of a specific column (Name: link) in my code. Here is what I have so far:
<table class="table table-striped table-bordered">
<thead>
<th>ID</th>
<th>User</th>
**<th class="col-sm-2">Link</th>**
<th>Charge</th>
<th>Start count</th>
<th>Quantity</th>
<th>Type</th>
<th>Status</th>
<th>Date</th>
However, I am not seeing any change in the output of the table. Can you please help me identify what I might be doing incorrectly?