File restore button needs to be smaller to fit the new toolbar height.

This commit is contained in:
Paulo Reis 2018-06-05 13:59:27 +01:00
parent aeefd0752b
commit bfad95ae61

View file

@ -14,7 +14,7 @@
)
| in <strong>{{history.diff.pathname}}</strong>
.toolbar-right(ng-if="permissions.write")
a.btn.btn-danger.btn-sm(
a.btn.btn-danger.btn-xs(
href,
ng-click="openRestoreDiffModal()"
) #{translate("restore_to_before_these_changes")}