diff --git a/css/structure/jquery.mobile.table.reflow.css b/css/structure/jquery.mobile.table.reflow.css index f99cb21637b..410dc7a6732 100644 --- a/css/structure/jquery.mobile.table.reflow.css +++ b/css/structure/jquery.mobile.table.reflow.css @@ -47,11 +47,6 @@ /* Breakpoint to show as a standard table at 560px (35em x 16px) or wider */ @media ( min-width: 35em ) { - /* Fixes table rendering when switching between breakpoints in Safari <= 5. See https://github.com/jquery/jquery-mobile/issues/5380 */ - .ui-table-reflow.ui-responsive { - display: table-row-group; - } - /* Show the table header rows */ .ui-table-reflow.ui-responsive td, .ui-table-reflow.ui-responsive th,