Add line-height
parent
65ff68a33a
commit
e97a03d017
|
@ -71,3 +71,9 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
p {
|
||||||
|
line-height: 1.5;
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
Reference in New Issue