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:
parent
2b05a493f6
commit
2b39c78ce8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue