
.highlight-comments-dialog{max-width:calc(100vw - 32px)}
.highlight-comments-dialog .comment-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.highlight-comments-dialog .comment-heading strong{font-size:15px;overflow-wrap:anywhere;min-width:0}
.highlight-comments-dialog .comment-heading .el-button{flex-shrink:0}
.highlight-comments-dialog .comment-text{white-space:pre-wrap;overflow-wrap:anywhere}
.highlight-comments-dialog .reply-label{color:var(--el-color-primary);margin-right:8px}
.highlight-comments-dialog .comment-pagination{display:flex;justify-content:flex-end;padding-top:16px;overflow-x:auto}
