Skip to content

Commit ee8e246

Browse files
authored
Merge pull request #6637 from woocommerce/issue/6598-dynamic-type-support
Products: Add dynamic type support to product tags field
2 parents b882be2 + 344364b commit ee8e246

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/Classes/ViewRelated/Products/Edit Product/Edit Tags/ProductTagsViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ private extension ProductTagsViewController {
131131
textView.autocorrectionType = .yes
132132
textView.autocapitalizationType = .none
133133
textView.font = .body
134+
textView.adjustsFontForContentSizeCategory = true
134135
textView.textColor = .text
135136
textView.isScrollEnabled = false
136137
// Padding already provided by readable margins

0 commit comments

Comments
 (0)