remove unnecessary padding
This commit is contained in:
parent
fe8cb1b693
commit
006afa10d0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<v-list>
|
<v-list class="py-0">
|
||||||
<span class="text-h5 text-md-h4 text-truncate d-inline-block mb-2">
|
<span class="text-h5 text-md-h4 text-truncate d-inline-block mb-2">
|
||||||
{{ title }}
|
{{ title }}
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in a new issue