Fixed text being cut off (#9612)

This commit is contained in:
Keith Holliday 2017-12-01 08:03:36 -06:00 committed by GitHub
parent 00343da266
commit 3c7aaa605b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}