We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e02b5 commit 344364bCopy full SHA for 344364b
WooCommerce/Classes/ViewRelated/Products/Edit Product/Edit Tags/ProductTagsViewController.swift
@@ -131,6 +131,7 @@ private extension ProductTagsViewController {
131
textView.autocorrectionType = .yes
132
textView.autocapitalizationType = .none
133
textView.font = .body
134
+ textView.adjustsFontForContentSizeCategory = true
135
textView.textColor = .text
136
textView.isScrollEnabled = false
137
// Padding already provided by readable margins
0 commit comments