Browse Source

Align table headers

Carsten Porth 5 years ago
parent
commit
13c48ff95f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dashboard/index.html

+ 2 - 2
dashboard/index.html

@@ -58,9 +58,9 @@
         <table class="table table-striped table-hover" v-if="hashtagRanking.length">
           <thead>
             <tr>
-              <th scope="col">Rank</th>
+              <th scope="col" class="text-center">Rank</th>
               <th scope="col">Hashtag</th>
-              <th scope="col">Counts</th>
+              <th scope="col" class="text-right">Counts</th>
             </tr>
           </thead>
           <tbody>