mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
File restore button needs to be smaller to fit the new toolbar height.
This commit is contained in:
parent
aeefd0752b
commit
bfad95ae61
1 changed files with 1 additions and 1 deletions
|
@ -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")}
|
||||
|
|
Loading…
Reference in a new issue