mirror of
https://github.com/discourse/discourse.git
synced 2025-05-10 04:43:13 +08:00
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…
x
Reference in New Issue
Block a user