Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 5 additions & 0 deletions .changeset/ui-hydration-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@node-core/ui-components': patch
---

Account for a possible wrapper between a code boxes `pre` and `code`.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
min-w-0
p-4;

& > code {
code {
Comment thread
cursor[bot] marked this conversation as resolved.
@apply font-ibm-plex-mono
font-regular
scrollbar-thin
Expand Down Expand Up @@ -59,7 +59,7 @@
}
}

&[class*='no-line-numbers'] > code > [class='line'] {
&[class*='no-line-numbers'] code > [class='line'] {
@apply pl-0;

&:not(:empty:last-child)::after {
Expand Down
Loading