Prevent chart type buttons breaking in two lines (https://github.com/woocommerce/woocommerce-admin/pull/2135)

This commit is contained in:
Albert Juhé Lluveras 2019-05-01 11:04:17 +02:00 committed by GitHub
parent a758ac8b80
commit c69ce9ed78
1 changed files with 1 additions and 0 deletions

View File

@ -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 {