Fix comment bubble position in rich text

This commit is contained in:
yflory 2021-02-09 15:44:02 +01:00
parent 7b6689b4f1
commit a685f4601f
1 changed files with 3 additions and 2 deletions

View File

@ -182,7 +182,7 @@ body.cp-app-pad {
.fa {
margin: 0 !important;
}
right: 20px;
left: 10px;
position: absolute;
}
}
@ -204,7 +204,8 @@ body.cp-app-pad {
&.cke_body_width {
div.cp-comment-bubble {
button {
right: 0px;
right: -10px;
left: unset;
}
}
iframe {