Fied a bug where user Cannot edit description block if only a space (#2255)

This commit is contained in:
Harshil Sharma 2022-02-05 03:40:50 +05:30 committed by GitHub
parent 9138c73f52
commit 475c96301c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,8 @@
} }
.octo-editor-preview { .octo-editor-preview {
min-height: 2em;
a { a {
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
@ -32,10 +34,6 @@
} }
} }
/* .dialog .octo-editor-preview {
min-height: 100px;
} */
.octo-editor-activeEditor { .octo-editor-activeEditor {
overflow: hidden; overflow: hidden;
border-radius: 5px; border-radius: 5px;