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:
Vedanshu Jain 2022-01-13 15:53:43 +05:30 committed by GitHub
commit 7ef18a5879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1087,6 +1087,10 @@ $tt2-gray: #f7f7f7;
thead th {
text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
width: 100%;
}
}
}