Merge branch 'main' into fix-dark-mode-3209

This commit is contained in:
Aashish Anand
2024-10-01 18:07:27 +05:30
committed by GitHub

View File

@@ -32,10 +32,11 @@
position: relative;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
overflow: scroll;
overflow: auto;
resize: vertical;
height: auto;
min-height: 100px;
max-height: 150px;
}
.editor-input {