Skip to content

Commit 6b8a4de

Browse files
authored
Merge pull request #707 from waiterZen/SERVER-1099
[crashes] update style
2 parents 37360e0 + 71c184a commit 6b8a4de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

plugins/crashes/frontend/public/javascripts/countly.views.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -1850,14 +1850,15 @@ app.addPageScript("/users/#", function() {
18501850
"sTitle": jQuery.i18n.map["crashes.error"],
18511851
"sClass": "break web-50",
18521852
"bSortable": false,
1853-
"sWidth": "50%"
1853+
"sWidth": "45%"
18541854
},
18551855
{
18561856
"mData": function(row) {
18571857
return row.reports;
18581858
},
18591859
"sType": "numeric",
1860-
"sTitle": jQuery.i18n.map["crashes.reports"]
1860+
"sTitle": jQuery.i18n.map["crashes.reports"],
1861+
"sWidth": "20%"
18611862
},
18621863
{
18631864
"mData": function(row, type) {

0 commit comments

Comments
 (0)