| commit | 91eef0cbb244f5f1b03b6c6c733f96cff238317d | [log] [tgz] |
|---|---|---|
| author | Dhruv Srivastava <dhruvsri@google.com> | Thu Feb 06 14:52:58 2020 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 06 14:52:58 2020 +0000 |
| tree | b63b3bb9d99a8b00014dac36c672424ce65f79e0 | |
| parent | de73a5a4e41adf3bd922173b268a2080dfa1662b [diff] | |
| parent | f39f7f1c792eff301f9f40e397b0511c061af0cd [diff] |
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 {