mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-31 23:11:15 +00:00
stop 'pts' from overflowing to next line
This commit is contained in:
parent
4300c7b1bf
commit
eb4e382ecf
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue