We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the text set for mainField1 is too long, it pushes down additional text and the text set in mainField3 behind the soft buttons.
mainField1
mainField3
Show
NON-MEDIA
The additional text in mainField1 is visible behind the soft buttons and the text in mainField3 is not visible.
The text was updated successfully, but these errors were encountered:
Closed via #425
Sorry, something went wrong.
No branches or pull requests
Bug Report
If the text set for
mainField1
is too long, it pushes down additional text and the text set inmainField3
behind the soft buttons.Reproduce
Show
request with the template set toNON-MEDIA
andmainField1
to a long string.Expected Result
mainField3
should take up at least 1 line and the remaining text should be truncated with ellipsis.mainField1
should fill the rest of the available space and the remaining text should be truncated with ellipsis.Actual Result
The additional text in
mainField1
is visible behind the soft buttons and the text inmainField3
is not visible.The text was updated successfully, but these errors were encountered: