Fix comment bubble position in rich text

pull/1/head
yflory 4 years ago
parent 7b6689b4f1
commit a685f4601f

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

Loading…
Cancel
Save