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;
|
||||
@include clearfix();
|
||||
width: auto;
|
||||
word-wrap: break-word;
|
||||
|
||||
&:before {
|
||||
font-family: "WooCommerce";
|
||||
|
|
Loading…
Reference in New Issue