Merge pull request #20534 from woocommerce/fix/20525
Force logging table to wrap long columns
This commit is contained in:
commit
b1d8add833
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -6311,11 +6311,13 @@
|
||||||
border: 0;
|
border: 0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
table-layout: fixed;
|
||||||
|
|
||||||
td, th {
|
td, th {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
word-wrap: break-word;
|
||||||
|
|
||||||
select {
|
select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue