Skip to content

Commit

Permalink
Hotfix: fix metadata DCC integration styling on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
printer83mph committed Apr 30, 2024
1 parent a9d6a2c commit 33824b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/renderer/src/components/metadata.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ export default function Metadata() {
{isDownloaded && (
<>
<label className="select-none text-xs text-base-content/70">DCC Integrations</label>
<div className="mt-1 select-none overflow-scroll rounded-box px-3 py-2 ring-1 ring-base-content/20">
<div className="mt-1 select-none overflow-hidden rounded-box px-3 py-2 ring-1 ring-base-content/20">
<div className="flex items-center">
<div className="mr-auto flex items-center gap-2 text-xs font-medium">
<SiHoudini />
Expand Down

0 comments on commit 33824b5

Please sign in to comment.