mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
stop 'pts' from overflowing to next line
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user