.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; } [contenteditable] { } [contenteditable]:hover, [contenteditable]:focus { } [contenteditable]:hover { background: #fafafa; } [contenteditable]:focus { background: #efefef; } } .editor-length-invalid { color: crimson; } mat-card-actions { display: flex; width: 100%; .editor-tools { padding-left: 0px; } .editor-actions-spacer { flex: 1 1 auto; } .editor-actions { } } }