mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
fix some display issue with scrollbar
This commit is contained in:
parent
fd23c2429f
commit
3a755ba8e2
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
<template lang='pug'>
|
||||
v-container
|
||||
v-row.mt-5(align='center' justify='center')
|
||||
v-col(cols='12' md="6" lg="5" xl="4")
|
||||
v-card
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<template lang="pug">
|
||||
v-container
|
||||
v-row.mt-5(align='center' justify='center')
|
||||
v-col(cols='12' md="6" lg="5" xl="4")
|
||||
v-card
|
||||
|
|
Loading…
Reference in a new issue