Commit 9d212bf39e669ed4850bbd724d3fabdc2bd7706c
1 parent
7adeaf21
fixed: infinite loop caused by default md-dialog resize function in Safari
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 | limitations under the License. |
16 | 16 | |
17 | 17 | --> |
18 | -<md-dialog aria-label="{{ 'dashboard.manage-states' | translate }}" style="min-width: 600px;"> | |
18 | +<md-dialog aria-label="{{ 'dashboard.manage-states' | translate }}" style="width: 620px;"> | |
19 | 19 | <form name="theForm" ng-submit="vm.save()"> |
20 | 20 | <md-toolbar> |
21 | 21 | <div class="md-toolbar-tools"> | ... | ... |