diff --git a/polygerrit-ui/app/elements/change/gr-change-actions/gr-change-actions.html b/polygerrit-ui/app/elements/change/gr-change-actions/gr-change-actions.html index 46b79b1920..000756f897 100644 --- a/polygerrit-ui/app/elements/change/gr-change-actions/gr-change-actions.html +++ b/polygerrit-ui/app/elements/change/gr-change-actions/gr-change-actions.html @@ -124,6 +124,7 @@ limitations under the License. link title$="[[action.title]]" has-tooltip="[[_computeHasTooltip(action.title)]]" + position-below="true" data-action-key$="[[action.__key]]" data-action-type$="[[action.__type]]" data-label$="[[action.label]]" @@ -144,6 +145,7 @@ limitations under the License. link title$="[[action.title]]" has-tooltip="[[_computeHasTooltip(action.title)]]" + position-below="true" data-action-key$="[[action.__key]]" data-action-type$="[[action.__type]]" data-label$="[[action.label]]"