mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
Fixed text being cut off (#9612)
This commit is contained in:
parent
00343da266
commit
3c7aaa605b
1 changed files with 3 additions and 1 deletions
|
|
@ -69,6 +69,7 @@ div(v-if='user.stats.lvl > 10')
|
|||
.details {
|
||||
text-align: left;
|
||||
padding-top: .5em;
|
||||
padding-right: .1em;
|
||||
|
||||
.img {
|
||||
display: inline-block;
|
||||
|
|
@ -129,6 +130,7 @@ div(v-if='user.stats.lvl > 10')
|
|||
|
||||
.title {
|
||||
font-weight: bold;
|
||||
margin-bottom: .2em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue