Relevant section is:
<!-- language: lang-html --><v-list-tile>
<v-list-tile-content>
<div>
This is some content that's a little tall.<br />
Maybe there's a lot of stuff that goes here.<br />
Or maybe I'm using a third party control.<br />
Either way, how can I adjust the height?
</div>
</v-list-tile-content>
</v-list-tile>
I have a Vuetify menu that contains a list. One of the list items is taller than the 48px set in the base styles. Is there a way to adjust this gracefully in the markup? Or do I need to use css to adjust?