1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-12 09:04:14 +02:00

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