User profile css fix.

This commit is contained in:
Roger Braun 2017-01-15 16:26:37 +01:00
parent 6c5b5eb52b
commit 4448f36f62
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="user-profile panel panel-default">
<div class="user-profile panel panel-default base00-background">
<user-card-content :user="user"></user-card-content>
</div>
</template>