Shoreditch: Fix My Account buttons spacing issue. See #28.
This commit is contained in:
parent
5de77f59ac
commit
9321c1591d
2 changed files with 8 additions and 1 deletions
|
@ -4,7 +4,7 @@ Theme URI: https://wordpress.com/themes/shoreditch/
|
|||
Author: Automattic
|
||||
Author URI: https://wordpress.com/themes/
|
||||
Description: Shoreditch is a functional and responsive theme perfect for your business’s online presence. Although its main purpose is business, Shoreditch looks great as a personal blog theme too.
|
||||
Version: 1.2.2-wpcom
|
||||
Version: 1.2.3-wpcom
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: shoreditch
|
||||
|
|
|
@ -498,6 +498,13 @@ ul.products li.product {
|
|||
vertical-align: bottom;
|
||||
margin-left: .5rem; }
|
||||
|
||||
.woocommerce-account .woocommerce-MyAccount-content table .button {
|
||||
word-wrap: normal;
|
||||
word-break: normal;
|
||||
display: inline-block;
|
||||
margin: .3em;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.woocommerce-account .entry-content .woocommerce:before, .woocommerce-account .entry-content .woocommerce:after {
|
||||
content: "";
|
||||
|
|
Loading…
Reference in a new issue