mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-27 08:31:20 +02:00
BugFix: Comment textarea changes height when in focus (#1465)
* feat: Changed min-height * feat: Added margin at bottom of avatar * change: Removed min-height from editor preview scss.
This commit is contained in:
parent
c4ee743a10
commit
c6f86bdce1
@ -19,6 +19,7 @@
|
||||
|
||||
.comment-avatar {
|
||||
margin-top: 6px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -52,7 +52,6 @@
|
||||
.octo-editor-preview {
|
||||
p {
|
||||
margin: 0;
|
||||
min-height: 32px;
|
||||
word-break: break-word;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user