Adjust a few styles

This commit is contained in:
Matthias 2020-08-16 15:41:43 +02:00
parent 0191d28954
commit 1ce89fdda3
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<template>
<div>
<div class="bot-alerts">
<b-alert
v-for="(alert, index) in activeMessages"
:key="index"

View File

@ -1,5 +1,5 @@
<template>
<b-card :header="title" no-body>
<b-card class="h-100" :header="title" no-body>
<b-card-body class="overflow-auto">
<b-table
class="table-sm"

View File

@ -1,5 +1,5 @@
<template>
<main class="container-fluid">
<main class="container-fluid h-100">
<BotAlerts />
<router-view />
</main>