fix clipping
This commit is contained in:
@@ -385,9 +385,12 @@ function ExternalEmbed({
|
||||
{content.external.description}
|
||||
</p>
|
||||
<div className="flex flex-row items-end gap-1 border-t dark:border-slate-600 mt-1 pt-1.5">
|
||||
<Globe size={12} className="text-textLight dark:text-textDimmed" />
|
||||
<p className="text-sm leading-none text-textLight dark:text-textDimmed line-clamp-1">
|
||||
{toNiceDomain(content.external.uri)}
|
||||
<Globe
|
||||
size={12}
|
||||
className="text-textLight dark:text-textDimmed shrink-0"
|
||||
/>
|
||||
<p className="text-sm leading-none overflow-y-visible overflow-x-clip min-w-0 text-textLight dark:text-textDimmed line-clamp-1">
|
||||
{toNiceDomain(content.external.uri).repeat(20)}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -20,5 +20,5 @@
|
||||
"#/*": ["./src/*"],
|
||||
}
|
||||
},
|
||||
"include": ["src", "snippet", "vite.config.ts", "*.config.cjs", "eslint.config.mjs"]
|
||||
"include": ["src", "snippet", "vite.config.ts", "*.config.cjs", "eslint.config.mjs", "tailwind.config.mjs", "postcss.config.mjs"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user