diff --git a/services/web/frontend/js/features/review-panel-new/components/review-panel-comment.tsx b/services/web/frontend/js/features/review-panel-new/components/review-panel-comment.tsx
index 1483999c79..5a43e1f23b 100644
--- a/services/web/frontend/js/features/review-panel-new/components/review-panel-comment.tsx
+++ b/services/web/frontend/js/features/review-panel-new/components/review-panel-comment.tsx
@@ -27,7 +27,7 @@ export const ReviewPanelComment = memo<{
position={comment.op.p}
>
-
+
diff --git a/services/web/frontend/stylesheets/app/editor/review-panel-new.less b/services/web/frontend/stylesheets/app/editor/review-panel-new.less
index 838d7234a1..dbd43f07a0 100644
--- a/services/web/frontend/stylesheets/app/editor/review-panel-new.less
+++ b/services/web/frontend/stylesheets/app/editor/review-panel-new.less
@@ -490,8 +490,12 @@
&.review-panel-mini {
overflow: visible !important;
+ .review-panel-inner {
+ width: 24px;
+ }
+
.review-panel-entry {
- margin-left: 2px;
+ margin-left: 0;
background-color: transparent;
border: none;
}