bug: responsive display error on pads fixed

This commit is contained in:
ogerly 2021-05-19 12:02:10 +02:00
parent c22526c97e
commit db4a2bbaee
2 changed files with 1 additions and 6 deletions

View File

@ -19,10 +19,6 @@ describe('AccountOverview', () => {
wrapper = Wrapper()
})
it('has a header', () => {
expect(wrapper.find('base-header-stub').exists()).toBeTruthy()
})
it('has a status line', () => {
expect(wrapper.find('gdd-status-stub').exists()).toBeTruthy()
})

View File

@ -1,7 +1,6 @@
<template>
<div>
<base-header class="pb-md-4 pt-md-2 pb-lg-4 pt-lg-2 bg-transparent"></base-header>
<b-container fluid class="p-lg-2 mt-lg-5">
<b-container fluid class="p-lg-2 mt-lg-1">
<gdd-status
v-if="showContext"
:pending="pending"