mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove horizontal scrollbar in admin overview
This commit is contained in:
parent
a512402425
commit
629ee2fdff
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="content-footer">
|
<div class="content-footer">
|
||||||
<hr />
|
<hr />
|
||||||
<b-row align-v="center" class="mt-4 justify-content-lg-between">
|
<div align-v="center" class="mt-4 mb-4 justify-content-lg-between">
|
||||||
<b-col>
|
<b-col>
|
||||||
<div class="copyright text-center text-lg-center text-muted">
|
<div class="copyright text-center text-lg-center text-muted">
|
||||||
{{ $t('footer.copyright.year', { year }) }}
|
{{ $t('footer.copyright.year', { year }) }}
|
||||||
@ -25,7 +25,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</b-col>
|
</b-col>
|
||||||
</b-row>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="contribution-link-list">
|
<div class="contribution-link-list">
|
||||||
<b-table striped hover :items="items" :fields="fields">
|
<b-table :items="items" :fields="fields" striped hover stacked="lg">
|
||||||
<template #cell(delete)="data">
|
<template #cell(delete)="data">
|
||||||
<b-button
|
<b-button
|
||||||
variant="danger"
|
variant="danger"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user