mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 09:53:18 +00:00
increase spacing between buttons
This commit is contained in:
parent
107e8ce633
commit
204423696d
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ form.row(
|
||||||
ng-click="saveAffiliationChange(userEmail);"
|
ng-click="saveAffiliationChange(userEmail);"
|
||||||
ng-disabled="!(affiliationToChange.role && affiliationToChange.department)"
|
ng-disabled="!(affiliationToChange.role && affiliationToChange.department)"
|
||||||
) #{translate("save_or_cancel-save")}
|
) #{translate("save_or_cancel-save")}
|
||||||
| #{translate("save_or_cancel-or" )}
|
|  #{translate("save_or_cancel-or" )} 
|
||||||
a(
|
a(
|
||||||
href
|
href
|
||||||
ng-click="cancelAffiliationChange();"
|
ng-click="cancelAffiliationChange();"
|
||||||
|
|
Loading…
Reference in a new issue