Is there a way to center content vertically in Vuetify?
With the text-xs-center helper class, the content gets centered horizontally only:
text-xs-center
&
Still surprised that no one proposed the shortest solution with align-center justify-center to center content vertically and horizontally. Check this CodeSandbox and code below:
align-center justify-center