diff --git a/website/client/src/components/userMenu/profileStats.vue b/website/client/src/components/userMenu/profileStats.vue index df31637ac8..935890e087 100644 --- a/website/client/src/components/userMenu/profileStats.vue +++ b/website/client/src/components/userMenu/profileStats.vue @@ -266,7 +266,7 @@ class="col-12 col-md-3" >
-
+
{{ $t(stats[stat].title) }}
@@ -585,6 +585,10 @@ export default { margin-top: 0; } + .stat-points { + white-space: nowrap; + } + .number { font-size: 40px; text-align: left;