Skip to content

Commit

Permalink
test: fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jan 19, 2025
1 parent 481a1fd commit 026729b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/editor/editor.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ describe('Code', () => {
counter-increment: codice-code-line-number 1;
content: counter(codice-code-line-number);
display: inline-block;
width: 24px;
min-width: 24px;
margin-right: 18px;
margin-left: -42px;
text-align: right;
Expand Down Expand Up @@ -214,7 +214,7 @@ describe('Code', () => {
counter-increment: codice-code-line-number 1;
content: counter(codice-code-line-number);
display: inline-block;
width: 24px;
min-width: 24px;
margin-right: 18px;
margin-left: -42px;
text-align: right;
Expand Down Expand Up @@ -294,7 +294,7 @@ describe('Code', () => {
counter-increment: codice-code-line-number 1;
content: counter(codice-code-line-number);
display: inline-block;
width: 24px;
min-width: 24px;
margin-right: 18px;
margin-left: -42px;
text-align: right;
Expand Down

0 comments on commit 026729b

Please sign in to comment.