general improvements to layout for small screens,

fix invoice status selector showing translation keys
This commit is contained in:
Marek Fraczyk
2021-04-23 14:52:29 +03:00
parent 12533b1251
commit 0e19818791
7 changed files with 58 additions and 49 deletions

View File

@ -1,5 +1,5 @@
<template>
<div>
<template>
<div class="table-responsive">
<div v-if="!invoices" class="col-12">{{ $t('loading') }}</div>
<table class="table table--card table-hover" v-else-if="invoices && invoices.length > 0">
<thead>