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

Fix automatic line breaking in alarm view #5

Closed
Sebastian-Maier opened this issue Mar 16, 2021 · 1 comment
Closed

Fix automatic line breaking in alarm view #5

Sebastian-Maier opened this issue Mar 16, 2021 · 1 comment
Assignees
Labels
bug Something isn't working frontend Frontend Issue

Comments

@Sebastian-Maier
Copy link
Member

Automatic line breaking does no longer work for the comments of alarm events shown in the alarm view.
Long lines within comments therefore destroy the overall layout of the alarm view.

This bug was actually found by @poccix.
Thank you for reporting. 🙂

@Sebastian-Maier Sebastian-Maier self-assigned this Mar 16, 2021
@Sebastian-Maier Sebastian-Maier added the bug Something isn't working label Mar 16, 2021
Sebastian-Maier added a commit that referenced this issue Mar 16, 2021
Recent changes to the handling of newline characters (handling in CSS vs. code)
did break the automatic word/line wrap functionality for comment fields in the alarm view.
Long lines within comments could therefore destroy the overall layout of the alarm view.

This commit adjusts some CSS to allow for both correct handling of newline characters
and automatic word/line wrapping.

Fixes issue #5
@Sebastian-Maier
Copy link
Member Author

Recent changes to the handling of newline characters (handling in CSS vs. code)
did break the automatic word/line wrap functionality for comment fields in the alarm view.

This issue is fixed by commit ddbacd7

@Sebastian-Maier Sebastian-Maier added the frontend Frontend Issue label Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend Frontend Issue
Projects
None yet
Development

No branches or pull requests

1 participant