Commit e8fffdbc4d2b6b921ce311c2399b1a16dcbf38c4

Authored by Vladyslav
Committed by GitHub
1 parent 3881dc84

Fix manage dashboard states for Safari (#2602)

@@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
15 limitations under the License. 15 limitations under the License.
16 16
17 --> 17 -->
18 -<md-dialog aria-label="{{ 'dashboard.manage-states' | translate }}" style="width: 620px;"> 18 +<md-dialog aria-label="{{ 'dashboard.manage-states' | translate }}" style="min-width: 600px;">
19 <form name="theForm" ng-submit="vm.save()"> 19 <form name="theForm" ng-submit="vm.save()">
20 <md-toolbar> 20 <md-toolbar>
21 <div class="md-toolbar-tools"> 21 <div class="md-toolbar-tools">
@@ -72,7 +72,7 @@ @@ -72,7 +72,7 @@
72 </md-toolbar> 72 </md-toolbar>
73 <md-table-container> 73 <md-table-container>
74 <table md-table> 74 <table md-table>
75 - <thead fix-head md-head md-order="vm.query.order" md-on-reorder="vm.onReorder"> 75 + <thead md-head md-order="vm.query.order" md-on-reorder="vm.onReorder">
76 <tr md-row> 76 <tr md-row>
77 <th md-column md-order-by="name"><span translate>dashboard.state-name</span></th> 77 <th md-column md-order-by="name"><span translate>dashboard.state-name</span></th>
78 <th md-column md-order-by="id"><span translate>dashboard.state-id</span></th> 78 <th md-column md-order-by="id"><span translate>dashboard.state-id</span></th>