cdd style content width 100%

This commit is contained in:
ogerly 2021-12-10 07:12:49 +01:00
parent a6e7a897c7
commit fabc61f505

View File

@ -1,10 +1,10 @@
<template>
<div>
<b-container fluid>
<div>
<b-row>
<b-col class="col-6">
<b-row>
<b-col class="col-11 bg-gray text-white p-3">
<b-col class="col-11 bg-gray text-white ml-2 p-3">
<status
class="gdd-status-gdd"
:pending="pending"
@ -36,7 +36,7 @@
@update-transactions="updateTransactions"
/>
<gdd-transaction-list-footer :count="transactionCount" />
</b-container>
</div>
</div>
</template>
<script>