Prevent chart type buttons breaking in two lines (https://github.com/woocommerce/woocommerce-admin/pull/2135)
This commit is contained in:
parent
a758ac8b80
commit
c69ce9ed78
|
@ -97,6 +97,7 @@
|
||||||
|
|
||||||
.woocommerce-chart__types {
|
.woocommerce-chart__types {
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.woocommerce-chart__type-button {
|
.woocommerce-chart__type-button {
|
||||||
|
|
Loading…
Reference in New Issue