1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 00:07:44 +02:00

[ticket/11957] Misc responsive changes

PHPBB3-11957
This commit is contained in:
Vjacheslav Trushkin
2013-10-26 12:21:38 +03:00
parent 49e30b1243
commit c1ca57fcdb
2 changed files with 20 additions and 1 deletions

View File

@@ -115,7 +115,7 @@ function parse_document(container)
return;
}
if (text.length && text !== '-') {
if ((text.length && text !== '-') || cell.children().length) {
cell.prepend('<dfn style="display: none;">' + headers[column] + '</dfn>');
}
else {