stop 'pts' from overflowing to next line

This commit is contained in:
inftp
2020-03-26 14:52:25 +11:00
parent 4300c7b1bf
commit eb4e382ecf

View File

@@ -266,7 +266,7 @@
class="col-12 col-md-3"
>
<div class="box white row col-12">
<div class="col-9">
<div class="col-9 stat-points">
<div :class="stat">
{{ $t(stats[stat].title) }}
</div>
@@ -585,6 +585,10 @@ export default {
margin-top: 0;
}
.stat-points {
white-space: nowrap;
}
.number {
font-size: 40px;
text-align: left;