We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e210e commit ff0acf1Copy full SHA for ff0acf1
js/common.js
@@ -834,8 +834,7 @@ function getLanguage() {
834
if (text === '') {
835
return;
836
}
837
- $table.find('td:nth-child(' + (index + 1) + ')')
838
- .attr('data-label', text);
+ $table.find('td:not(.collapse-phone):nth-child(' + (index + 1) + ')').attr('data-label', text);
839
});
840
841
styles/supported-versions.css
@@ -19,10 +19,6 @@ table.standard tr.stable td:first-child {
19
20
21
table.standard td.collapse-phone {
22
- padding: 0;
23
- }
24
-
25
- table.standard td.collapse-phone * {
26
display: none;
27
28
0 commit comments