feat: fix codemirror width

This commit is contained in:
liyasthomas
2022-02-09 15:36:00 +05:30
parent 846ae087ae
commit 0895d65188
11 changed files with 13 additions and 117 deletions

View File

@@ -150,8 +150,10 @@ watch(editor, () => {
<style lang="scss" scoped>
.env-input-container {
@apply relative;
@apply inline-grid;
@apply inline-flex;
@apply flex-1;
@apply bg-red-100;
@apply border border-red-400;
}
[contenteditable] {
@@ -180,6 +182,9 @@ watch(editor, () => {
@apply overflow-y-hidden;
@apply resize-none;
@apply focus:outline-none;
@apply bg-green-100;
@apply border border-green-400;
@apply w-full;
}
.env-input::-webkit-scrollbar {