Skip to content

Commit

Permalink
Handle long dataset names properly with responsive tables
Browse files Browse the repository at this point in the history
  • Loading branch information
jdede committed Sep 20, 2023
1 parent 35549b9 commit c19bc63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions simplelabel/templates/simplelabel/statistics.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1 class="display-5 fw-bold">Statistics</h1>

<div class="container">
<h2 class="display-7 fw-bold">General Statistics</h2>
<table class="table table-bordered">
<table class="table table-responsive">
<thead>
<tr>
<th scope="col">Key</th>
Expand Down Expand Up @@ -65,7 +65,7 @@ <h2 class="display-7 fw-bold">General Statistics</h2>

<div class="container">
<h2 class="display-7 fw-bold">Active Datasets</h2>
<table class="table table-bordered">
<table class="table table-responsive">
<thead>
<tr>
<th scope="col">Name</th>
Expand All @@ -91,7 +91,7 @@ <h2 class="display-7 fw-bold">Active Datasets</h2>

<div class="container">
<h2 class="display-7 fw-bold">Frequencies</h2>
<table class="table table-bordered">
<table class="table table-responsive">
<thead>
<tr>
<th scope="col">Frequency</th>
Expand Down

0 comments on commit c19bc63

Please sign in to comment.