Skip to content

Commit

Permalink
fix styles on light-code
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers committed Jan 3, 2025
1 parent e7e8506 commit 658034a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 4.2.1 - 01/02/2025

- Bug Fix(light-code): Fixed lines not spanning the full width of the grid.

## 4.2.1 - 01/02/2025

- Bug Fix(light-code): Make `dedent` from slotted tags not suck [#]

## 4.2.0 - 11/04/2024
Expand Down
2 changes: 1 addition & 1 deletion exports/styles/code-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const codeStyles = css`
}
:host([wrap="hard"]) [part~="code"] {
grid-template-columns: max-content max-content;
grid-template-columns: max-content minmax(max-content, 1fr);
}
:host([wrap="soft"]) [part~="code"] {
Expand Down

0 comments on commit 658034a

Please sign in to comment.