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 {
|
.edit-category-tab-topic-template {
|
||||||
textarea {
|
textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
min-height: 10em;
|
||||||
}
|
}
|
||||||
.d-editor-container {
|
.d-editor-container {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.d-editor-textarea-wrapper {
|
.d-editor-textarea-wrapper {
|
||||||
border: 1px solid $primary-low;
|
border: 1px solid $primary-low;
|
||||||
min-height: 14em;
|
|
||||||
}
|
}
|
||||||
.d-editor-button-bar .btn {
|
.d-editor-button-bar .btn {
|
||||||
padding: 6px 8px;
|
padding: 6px 8px;
|
||||||
|
|
Loading…
Reference in New Issue