Skip to content

Commit

Permalink
style(editor): add border radius to monaco editor
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed Apr 1, 2021
1 parent 9bf966f commit ee09684
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/Editor/src/editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ export default defineComponent({

<style lang="scss">
.emqx-editor {
padding: 10px 0px;
border: 1px solid #d7dae1;
border-radius: 8px;
}
.emqx-editor-view {
height: 100%;
Expand Down

0 comments on commit ee09684

Please sign in to comment.