Skip to content

Commit

Permalink
Merge pull request #377 from kabhamo/fix-5295-code-component-style-fix
Browse files Browse the repository at this point in the history
Fix 5295 code component style fix
  • Loading branch information
christyjacob4 authored Aug 11, 2023
2 parents ae9e67f + f309bb2 commit f2b170c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/code.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
:not(pre) > code[class*='language-'],
pre[class*='language-'] {
background: hsl(var(--p-box-background-color));
padding: 0;
padding-block-start: 4%;
margin: 0;
}
.prism-token {
Expand Down

3 comments on commit f2b170c

@vercel
Copy link

@vercel vercel bot commented on f2b170c Aug 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

console-next – ./

console-next-appwrite.vercel.app
console-next-git-main-appwrite.vercel.app
console-next.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f2b170c Aug 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

console-cloud – ./

console-cloud.vercel.app
console-cloud-appwrite.vercel.app
console-cloud-git-main-appwrite.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f2b170c Aug 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.