Server cards padding
This commit is contained in:
parent
bf1a9c38c6
commit
0747dd398c
|
@ -89,7 +89,7 @@
|
||||||
contain
|
contain
|
||||||
></v-card-media>
|
></v-card-media>
|
||||||
</v-flex>
|
</v-flex>
|
||||||
<v-flex xs8>
|
<v-flex xs8 class="pl-2">
|
||||||
<div style="overflow: hidden">
|
<div style="overflow: hidden">
|
||||||
<h1>{{ server.name }}</h1>
|
<h1>{{ server.name }}</h1>
|
||||||
<h4 style="opacity: 0.9"> v{{ server.productVersion }}</h4>
|
<h4 style="opacity: 0.9"> v{{ server.productVersion }}</h4>
|
||||||
|
|
Loading…
Reference in New Issue