Fix #707: Fixed cards display issues on medium/small screens

This commit is contained in:
Eliot Berriot 2019-02-13 09:04:49 +01:00
parent f780fa24c1
commit b40cabe033
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
9 changed files with 34 additions and 35 deletions

View file

@ -10,7 +10,7 @@
<i @click="fetchData(nextPage)" :disabled="!nextPage" :class="['ui', {disabled: !nextPage}, 'circular', 'angle right', 'icon']">
</i>
<div class="ui hidden divider"></div>
<div class="ui three cards">
<div class="ui cards">
<div v-if="isLoading" class="ui inverted active dimmer">
<div class="ui loader"></div>
</div>