Skip to content

Commit

Permalink
DOP-4939: Uncopyable code blocks can't scroll horizontally on Firefox (
Browse files Browse the repository at this point in the history
  • Loading branch information
biancalaube authored Oct 30, 2024
1 parent 184022e commit 3febb0f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/components/Code/Code.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ const Code = ({
> div {
border-top-left-radius: ${captionBorderRadius};
border-top-right-radius: ${captionBorderRadius};
display: grid;
border-color: ${palette.gray.light2};
.dark-theme & {
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/__snapshots__/Code.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ exports[`renders correctly 1`] = `
.emotion-0>div {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
display: grid;
border-color: #E8EDEB;
}
Expand Down Expand Up @@ -434,7 +433,6 @@ exports[`renders correctly when none is passed in as a language 1`] = `
.emotion-0>div {
border-top-left-radius: 12px;
border-top-right-radius: 12px;
display: grid;
border-color: #E8EDEB;
}
Expand Down
1 change: 0 additions & 1 deletion tests/unit/__snapshots__/CodeIO.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ exports[`CodeIO renders correctly 1`] = `
.emotion-1>div {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
display: grid;
border-color: #E8EDEB;
}
Expand Down
1 change: 0 additions & 1 deletion tests/unit/__snapshots__/Collapsible.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ exports[`collapsible component renders all the content in the options and childr
.emotion-12>div {
border-top-left-radius: 12px;
border-top-right-radius: 12px;
display: grid;
border-color: #E8EDEB;
}
Expand Down
1 change: 0 additions & 1 deletion tests/unit/__snapshots__/LiteralInclude.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ exports[`renders correctly 1`] = `
.emotion-0>div {
border-top-left-radius: 12px;
border-top-right-radius: 12px;
display: grid;
border-color: #E8EDEB;
}
Expand Down
1 change: 0 additions & 1 deletion tests/unit/__snapshots__/ReleaseSpecification.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ exports[`renders correctly 1`] = `
.emotion-0>div {
border-top-left-radius: 12px;
border-top-right-radius: 12px;
display: grid;
border-color: #E8EDEB;
}
Expand Down

0 comments on commit 3febb0f

Please sign in to comment.