Skip to content
New issue

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

The text in mainField1 overflows in the Non-Media template if the text is too long #296

Closed
NicoleYarroch opened this issue Sep 17, 2020 · 1 comment
Labels

Comments

@NicoleYarroch
Copy link
Contributor

Bug Report

If the text set for mainField1 is too long, it pushes down additional text and the text set in mainField3 behind the soft buttons.

Reproduce

  1. Send a Show request with the template set to NON-MEDIA and mainField1 to a long string.

Expected Result

  1. The text in mainField3 should take up at least 1 line and the remaining text should be truncated with ellipsis.
  2. The text in 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 in mainField3 is not visible.

mainField1

@iCollin
Copy link
Collaborator

iCollin commented Aug 20, 2021

Closed via #425

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants