mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Make hotkeys modal larger.
This commit is contained in:
parent
15980d5427
commit
75c5bf60a8
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ define [
|
|||
$modal.open {
|
||||
templateUrl: "hotkeysModalTemplate"
|
||||
controller: "HotkeysModalController"
|
||||
size: "lg"
|
||||
}
|
||||
|
||||
App.controller "HotkeysModalController", ($scope, $modalInstance)->
|
||||
|
|
Loading…
Reference in a new issue