Doc alignment fixes

pull/4551/head
Tuğçe Küçükoğlu 2023-10-04 18:18:20 +03:00
parent 665249279f
commit b6467d3c6f
1 changed files with 1 additions and 3 deletions

View File

@ -5,9 +5,7 @@
<span class="border-round inline-flex border-1 w-2rem h-2rem p-0 align-items-center justify-content-center bg-primary"><span class="pi pi-cog"></span></span> at the topbar to switch themes.
</p>
</DocSectionText>
<div class="h-20rem overflow-auto">
<DocSectionCode :code="code" hideToggleCode importCode hideCodeSandbox hideStackBlitz codeClassName="h-20rem overflow-auto" />
</div>
<DocSectionCode :code="code" hideToggleCode importCode hideCodeSandbox hideStackBlitz scrollable />
</template>
<script>