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 name of a To-do item is not visible fully when on mobile #168

Closed
kwiniarski97 opened this issue Oct 24, 2022 · 0 comments
Closed

The name of a To-do item is not visible fully when on mobile #168

kwiniarski97 opened this issue Oct 24, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@kwiniarski97
Copy link

Description

PROBLEM
When on mobile resolutions, longer tasks name are not fully visible. The name of the tickets is truncated and ellipsis is added. I don't think this is (or should be) intended behavior. It is cumbersome to read any To-do tasks when they have a bit longer tasks names. Take a look a the screenshot. It has been taken on try.vikunja.io

Screen Shot 2022-10-24 at 08 32 31

PROPOSED SOLUTION
I believe a better approach would be to wrap the text rather than to cut it short. This is e.g. how MS TODO looks like:
Screen Shot 2022-10-24 at 08 39 13

The solution itself seems rather simple as you would need to change the CSS of .task .tasktext by removing those two properties:

  white-space: nowrap;
  text-overflow: ellipsis;

Vikunja Frontend Version

try.vikunja.io (doesn't show version)

Vikunja API Version

v0.19.2+88-f5fd849a0b

Browser and version

firefox 105.0.3 (reproductible on other browsers too)

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

Already included in ticket.

Version of app:
image

@kolaente kolaente added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Oct 24, 2022
@kolaente kolaente transferred this issue from go-vikunja/frontend Feb 8, 2024
vikunja-bot pushed a commit that referenced this issue Feb 8, 2024
Reviewed-on: https://kolaente.dev/vikunja/desktop/pulls/168
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants