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:
Sahil Silare 2021-10-13 16:19:15 +05:30 committed by GitHub
parent c4ee743a10
commit c6f86bdce1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,7 @@
.comment-avatar {
margin-top: 6px;
margin-bottom: 6px;
}
}

View File

@ -52,7 +52,6 @@
.octo-editor-preview {
p {
margin: 0;
min-height: 32px;
word-break: break-word;
}
}