Skip to content

Commit 42d9acd

Browse files
fix(editor): fix border-radius
1 parent 814550f commit 42d9acd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/home/sections/Configurator/Editor/Editor.styled.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ export const EditorWrapper = styled.div(
1818
}
1919
2020
.ace_editor {
21-
border-radius: 8px;
21+
border-bottom-left-radius: 8px;
22+
border-bottom-right-radius: 8px;
2223
}
2324
2425
.ace_gutter {

0 commit comments

Comments
 (0)