Merge pull request #31634 from woocommerce/fix/2022-order-details-table-narrow
Fix order details table width on narrow viewports.
This commit is contained in:
commit
7ef18a5879
|
@ -1087,6 +1087,10 @@ $tt2-gray: #f7f7f7;
|
|||
thead th {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue