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.
2 parents b882be2 + 344364b commit ee8e246Copy full SHA for ee8e246
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