fix d-editor height for user profile input

This commit is contained in:
Kris 2018-11-08 11:28:58 -05:00
parent 14ff47f6f1
commit b39d949a8e
1 changed files with 2 additions and 1 deletions

View File

@ -164,13 +164,14 @@
.edit-category-tab-topic-template {
textarea {
width: 100%;
height: 100%;
min-height: 10em;
}
.d-editor-container {
display: block;
}
.d-editor-textarea-wrapper {
border: 1px solid $primary-low;
min-height: 14em;
}
.d-editor-button-bar .btn {
padding: 6px 8px;