Skip to content

Commit ec43fc9

Browse files
authored
fix(app): Apply padding to text in editor (#260)
1 parent 1e6f11e commit ec43fc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Editor.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export default Vue.extend({
3838
width: 100%
3939
height: 100%
4040
.editor-textarea
41+
box-sizing: border-box
4142
padding: 20px
4243
border: none
4344
outline: none

0 commit comments

Comments
 (0)