Commit 9d212bf39e669ed4850bbd724d3fabdc2bd7706c

Authored by Igor Kulikov
1 parent 7adeaf21

fixed: infinite loop caused by default md-dialog resize function in Safari

... ... @@ -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">
... ...