Skip to content

Make SMS character counter width only grow

Jiří Wolker requested to merge (removed):holdsmscharcountersize into master

Summary

SMS character counter was changing its width (both growing and shrinking) so it also resized message field (and that caused text reflow). This patch makes counter width only grow.

Test Plan

Type SMS that is long enough to make SMS character counter wider than “Send” button. Remove the text (leave there 150 or 60 chars to keep it visible). Character counter should keep its width.

Merge request reports