Add word-break: break-word to components title (https://github.com/woocommerce/woocommerce-blocks/pull/4049)

This commit is contained in:
Thomas Roberts 2021-04-09 16:01:34 +01:00 committed by GitHub
parent e668fbf1b6
commit 98687d48d0
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}
}