mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Adjust spacing
This commit is contained in:
parent
ef6c3219cb
commit
9b30ce7d1a
2 changed files with 9 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<template v-for="(doc, i) of docs" :key="doc.label + '_' + i">
|
||||
<section class="py-3">
|
||||
<section class="py-4">
|
||||
<template v-if="doc.children">
|
||||
<div :id="doc.id">
|
||||
<DocSectionText :id="doc.id" :label="doc.label">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue