Skip to content

Commit 344364b

Browse files
committed
Add dynamic type support to product tags input
1 parent 51e02b5 commit 344364b

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)