Merge "Move robot comments buttons to the end for consistency"
diff --git a/polygerrit-ui/app/elements/shared/gr-comment/gr-comment.html b/polygerrit-ui/app/elements/shared/gr-comment/gr-comment.html
index e9d449f..1769014 100644
--- a/polygerrit-ui/app/elements/shared/gr-comment/gr-comment.html
+++ b/polygerrit-ui/app/elements/shared/gr-comment/gr-comment.html
@@ -98,7 +98,7 @@
       }
       .robotActions {
         display: flex;
-        justify-content: flex-start;
+        justify-content: flex-end;
         padding-top: var(--spacing-m);
       }
       .robotActions .action {