Fix display problem on releases

This commit is contained in:
Kylart 2017-10-07 22:27:10 +02:00
parent b9ce9e5a6b
commit 5fc402eaf2
1 changed files with 6 additions and 1 deletions

View File

@ -32,7 +32,7 @@
v-card.elem-content.elevation-3(v-ripple='true')
v-card-text.elem-card
v-container.pa-0(fluid)
v-layout(row, wrap)
v-layout.elem-card-layout(row, wrap)
v-flex.elem-title.pa-0(xs9)
v-tooltip(top)
h6.white--text(slot='activator') {{ item.rawName }}
@ -229,6 +229,11 @@
padding: 0 10px 0 0;
}
.elem-card-layout
{
padding-left: 1px;
}
.elem-title h6
{
padding-left: 10px;