Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,24 @@

.root {
@apply w-full
max-w-full
overflow-hidden
Comment thread
malav2110 marked this conversation as resolved.
Outdated
rounded-sm
border
border-neutral-900
bg-neutral-950;

.content {
@apply m-0
min-w-0
p-4;

& > code {
@apply font-ibm-plex-mono
font-regular
scrollbar-thin
grid
max-w-full
overflow-x-auto
bg-transparent
p-0
Expand Down