Settings should not take all available space
This commit is contained in:
parent
d35e759200
commit
aa3d2065a9
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-container fluid class="no-padding">
|
<v-container fluid class="no-padding">
|
||||||
<v-layout row wrap>
|
<v-layout row wrap>
|
||||||
<v-flex xs12 class="text-xs-center">
|
<v-flex xs12 sm4 offset-sm4 class="text-xs-center">
|
||||||
<h2>{{ $t('menu.Settings') }}</h2>
|
<h2>{{ $t('menu.Settings') }}</h2>
|
||||||
<form>
|
<form>
|
||||||
<v-select
|
<v-select
|
||||||
|
Loading…
Reference in New Issue
Block a user