mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
docs: add missing overflow-hidden on components
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="[&>div>pre]:!rounded-t-none [&>div>pre]:!mt-0">
|
||||
<div
|
||||
class="flex border border-gray-200 dark:border-gray-700 relative rounded-t-md"
|
||||
class="flex border border-gray-200 dark:border-gray-700 relative rounded-t-md overflow-hidden"
|
||||
:class="[{ 'p-4': padding, 'rounded-b-md': !hasCode, 'border-b-0': hasCode, 'not-prose': !prose }, backgroundClass, extraClass]"
|
||||
>
|
||||
<template v-if="component">
|
||||
|
||||
Reference in New Issue
Block a user