Commit 6284311d13c479f7fedd06195e4705d5e6cbdc0e

Authored by Victor Costa
1 parent 96f2a0ae

Small fix on dashboard layout

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
public/style.css
@@ -171,3 +171,7 @@ @@ -171,3 +171,7 @@
171 font-size: 16px; 171 font-size: 16px;
172 color: rgb(97, 97, 97); 172 color: rgb(97, 97, 97);
173 } 173 }
  174 +
  175 +.gamification-rankings .ranking {
  176 + vertical-align: top;
  177 +}