Skip to content

Commit c20afa6

Browse files
committed
style: modify code preview border radius.
1 parent 8ba0923 commit c20afa6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
transition: height cubic-bezier(0.360, 0.000, 0.660, -0.560);;
3434
height: auto;
3535
overflow: auto;
36+
border-top-left-radius: 0px;
37+
border-top-right-radius: 0px;
3638
}
3739
.w-rcpl-code > * {
3840
padding: 0 !important;

0 commit comments

Comments
 (0)