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:
parent
9138c73f52
commit
475c96301c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user