Skip to content

Commit 4f03435

Browse files
committed
Table should not take more space than width
1 parent ce2e9a5 commit 4f03435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/Features/Admin/Dashboard/Components/VisitCountPerPage.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{
2222
<p id="total-clicks">Loading...</p>
2323
}
24-
<table class="table table-striped table-hover">
24+
<table class="table table-striped table-hover table-active" style="table-layout: fixed">
2525
<tbody>
2626
<tr>
2727
<th>Title</th>

0 commit comments

Comments
 (0)