mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-25 01:12:30 +00:00
Fix search results width on mobile
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
2be489113b
commit
7167d64e1c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
</template>
|
||||
<div v-if="searchEvents.total > 0" class="columns is-multiline">
|
||||
<div
|
||||
class="column is-one-quarter-desktop is-half-mobile"
|
||||
class="column is-one-quarter-desktop"
|
||||
v-for="event in searchEvents.elements"
|
||||
:key="event.uuid"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue