Skip to content

Commit ff0acf1

Browse files
committed
FIX supported-versions MOBIL table
1 parent e0e210e commit ff0acf1

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

js/common.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -834,8 +834,7 @@ function getLanguage() {
834834
if (text === '') {
835835
return;
836836
}
837-
$table.find('td:nth-child(' + (index + 1) + ')')
838-
.attr('data-label', text);
837+
$table.find('td:not(.collapse-phone):nth-child(' + (index + 1) + ')').attr('data-label', text);
839838
});
840839
});
841840
});

styles/supported-versions.css

-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ table.standard tr.stable td:first-child {
1919
}
2020

2121
table.standard td.collapse-phone {
22-
padding: 0;
23-
}
24-
25-
table.standard td.collapse-phone * {
2622
display: none;
2723
}
2824
}

0 commit comments

Comments
 (0)