<table class="table table-hover">
<thead>
<tr>
- <th>ID</th>
+ <th class="table-column-id">ID</th>
<th>Url</th>
<th>Score</th>
<th>Created Date</th>
<table class="table table-hover">
<thead>
<tr>
- <th>Id</th>
+ <th class="table-column-id">ID</th>
<th>Username</th>
<th class="text-right">Remove</th>
</tr>
}
}
+.table-column-id {
+ width: 200px;
+}
+
footer {
border-top: 1px solid rgba(0, 0, 0, 0.2);