You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
borisdiakur opened this issue
Sep 21, 2023
· 0 comments
· Fixed by #943
Assignees
Labels
bugAn issue describing unexpected or malicious behaviour.confirmedThis label indicates that the issue has been reproduced and verified by the core team.released
I have searched for existing issues that already report this problem, without success.
Liquid version
5.12.1
Framework bindings
no bindings
Current behavior
When using very large words in the ld-sidenav-navitem component the text overflows its container. This only happens in single line mode. There is no issue when used with secondary line.
Expected behavior
In single line mode, the text should wrap and apply an ellipsis on the second line or at least truncate the first line using an ellipsis.
Steps to reproduce
Use a long word in a ld-sidenav-navitem component such as "asdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdf".
The text was updated successfully, but these errors were encountered:
borisdiakur
added
bug
An issue describing unexpected or malicious behaviour.
triage
An issue that needs assessment to determine its validity and urgency
confirmed
This label indicates that the issue has been reproduced and verified by the core team.
in progress
This label indicates that the issue is currently being worked on.
and removed
triage
An issue that needs assessment to determine its validity and urgency
labels
Sep 21, 2023
## [5.12.2](v5.12.1...v5.12.2) (2023-09-21)
### Bug Fixes
* **ld-sidenav:** truncate long words in nav header ([a93f496](a93f496))
* **ld-sidenav:** truncate long words in nav items ([d31779e](d31779e)), closes [#942](#942)
bugAn issue describing unexpected or malicious behaviour.confirmedThis label indicates that the issue has been reproduced and verified by the core team.released
Prerequisites
Liquid version
5.12.1
Framework bindings
no bindings
Current behavior
When using very large words in the
ld-sidenav-navitem
component the text overflows its container. This only happens in single line mode. There is no issue when used with secondary line.Expected behavior
In single line mode, the text should wrap and apply an ellipsis on the second line or at least truncate the first line using an ellipsis.
Steps to reproduce
Use a long word in a
ld-sidenav-navitem
component such as "asdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdf".Code reproduction URL
https://stackblitz.com/edit/github-5s6mjr?file=index.html
Additional information
No response
The text was updated successfully, but these errors were encountered: