Skip to content

Commit

Permalink
width should probably be auto too
Browse files Browse the repository at this point in the history
  • Loading branch information
wagslane committed Aug 9, 2020
1 parent 5c1e3df commit 2346be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-prism-editor/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.prism-editor-wrapper {
width: 100%;
width: auto;
height: auto;
display: flex;
align-items: flex-start;
Expand Down

0 comments on commit 2346be4

Please sign in to comment.