Merge pull request #20534 from woocommerce/fix/20525

Force logging table to wrap long columns
This commit is contained in:
Claudiu Lodromanean 2018-06-14 09:15:54 -07:00 committed by GitHub
commit b1d8add833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -6311,11 +6311,13 @@
border: 0;
box-shadow: none;
width: 100%;
table-layout: fixed;
td, th {
border: 0;
padding: 12px;
vertical-align: middle;
word-wrap: break-word;
select {
width: 100%;