Merge pull request #8396 from corsonr/notice_info_tweak
[CSS] word-wrap for woocommerce notices
This commit is contained in:
commit
b7888f2355
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue