Skip to content

Commit

Permalink
style: modify code preview border radius.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 22, 2023
1 parent 8ba0923 commit c20afa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
transition: height cubic-bezier(0.360, 0.000, 0.660, -0.560);;
height: auto;
overflow: auto;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.w-rcpl-code > * {
padding: 0 !important;
Expand Down

0 comments on commit c20afa6

Please sign in to comment.