Button 2: Fix My Account buttons spacing issue. See #28.
This commit is contained in:
parent
924bd00148
commit
c5bff0c4e2
3 changed files with 7 additions and 3 deletions
|
@ -4,7 +4,7 @@ Theme URI: http://wordpress.com/themes/button-2/
|
|||
Author: Automattic
|
||||
Author URI: http://automattic.com
|
||||
Description: A stylish, lighthearted theme for crafters, hobbyists, and creatives.
|
||||
Version: 2.1-wpcom
|
||||
Version: 2.1.1-wpcom
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: button
|
||||
|
|
|
@ -504,7 +504,9 @@ table.cart .product-remove a {
|
|||
|
||||
.woocommerce-account .woocommerce-MyAccount-content .button {
|
||||
word-wrap: normal;
|
||||
word-break: normal; }
|
||||
word-break: normal;
|
||||
display: inline-block;
|
||||
margin: .5em; }
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.woocommerce-account .woocommerce-MyAccount-navigation {
|
||||
|
|
|
@ -504,7 +504,9 @@ table.cart .product-remove a {
|
|||
|
||||
.woocommerce-account .woocommerce-MyAccount-content .button {
|
||||
word-wrap: normal;
|
||||
word-break: normal; }
|
||||
word-break: normal;
|
||||
display: inline-block;
|
||||
margin: .5em; }
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.woocommerce-account .woocommerce-MyAccount-navigation {
|
||||
|
|
Loading…
Add table
Reference in a new issue