No need for customer details table to be responsive. #9015

Like several other tables, it’s small enough to degrade gracefully on
handheld devices
This commit is contained in:
James Koster 2015-11-02 13:26:49 +00:00
parent 2b05a493f6
commit 2b39c78ce8
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ if ( ! defined( 'ABSPATH' ) ) {
?>
<header><h2><?php _e( 'Customer Details', 'woocommerce' ); ?></h2></header>
<table class="shop_table shop_table_responsive customer_details">
<table class="shop_table customer_details">
<?php if ( $order->customer_note ) : ?>
<tr>
<th><?php _e( 'Note:', 'woocommerce' ); ?></th>