fix d-editor height for user profile input
This commit is contained in:
parent
14ff47f6f1
commit
b39d949a8e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue