Add word-break: break-word to components title (https://github.com/woocommerce/woocommerce-blocks/pull/4049)
This commit is contained in:
parent
e668fbf1b6
commit
98687d48d0
|
@ -2,6 +2,7 @@
|
|||
.wc-block-components-title.wc-block-components-title {
|
||||
@include reset-box();
|
||||
@include font-size(large);
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
// For Twenty Twenty we need to increase specificity a bit more.
|
||||
|
@ -9,5 +10,6 @@
|
|||
.wc-block-components-title.wc-block-components-title {
|
||||
@include reset-box();
|
||||
@include font-size(large);
|
||||
word-break: break-word;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue