Skip to content
Snippets Groups Projects
Commit 84fb0e13 authored by Thilo Wischmeyer's avatar Thilo Wischmeyer Committed by Thilo Wischmeyer
Browse files

Fixed tab layout

parent f5472e49
No related branches found
No related tags found
1 merge request!247Resolve "Update Vuetify"
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
clipped clipped
app app
permanent permanent
width="300"
:mini-variant="mini" :mini-variant="mini"
> >
<v-toolbar> <v-toolbar>
......
...@@ -32,7 +32,8 @@ ...@@ -32,7 +32,8 @@
<v-tabs <v-tabs
v-if="showDetail" v-if="showDetail"
grow grow
color="teal lighten-1" color="black"
background-color="teal lighten-1"
> >
<v-tab id="list-labels-section"> <v-tab id="list-labels-section">
List List
......
...@@ -37,7 +37,8 @@ ...@@ -37,7 +37,8 @@
v-if="showDetail" v-if="showDetail"
v-model="selectedStage" v-model="selectedStage"
grow grow
color="teal lighten-1" color="black"
background-color="teal lighten-1"
> >
<v-tab <v-tab
v-for="(item, i) in stagesReadable" v-for="(item, i) in stagesReadable"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment