25 lines
346 B
SCSS
Raw Normal View History

2019-12-03 18:59:11 +09:00
.ucap-message-write {
width: 100%;
height: 100%;
.message-receiver-list {
width: 100%;
}
.message-title {
width: 100%;
}
.message-write-body {
overflow: auto;
height: 270px;
.ucap-message-write-editor {
display: inline-block;
width: 100%;
height: 100%;
min-height: 270px;
}
}
}