.messages-reply-form { display: flex; flex-direction: column; width: 100%; gap: 5px; padding: 5px; } .messages-reply-subject-input { width: 100%; } .messages-reply-body-input { min-width: 100%; max-width: 100%; min-height: 100px; } .messages-reply-compose .messages-reply-body-input { min-height: 300px; } .messages-reply-actions { display: flex; padding: 1px; gap: 1px; } .messages-reply-action { background-color: transparent; border: 0; display: block; padding: 5px 10px; color: inherit; text-decoration: none; transition: background-color .2s; border-radius: 3px; cursor: pointer; } .messages-reply-action:hover, .messages-reply-action:focus { background-color: rgba(0, 0, 0, .2); } .messages-reply-options { display: flex; align-items: center; justify-content: space-between; } .messages-reply-settings { display: flex; align-items: center; gap: 5px; }