Merge pull request #8396 from corsonr/notice_info_tweak

[CSS] word-wrap for woocommerce notices
This commit is contained in:
James Koster 2015-06-17 14:52:20 +01:00
commit b7888f2355
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ p.demo_store {
list-style: none outside !important; list-style: none outside !important;
@include clearfix(); @include clearfix();
width: auto; width: auto;
word-wrap: break-word;
&:before { &:before {
font-family: "WooCommerce"; font-family: "WooCommerce";