[Bug Report] v-list-item misalignment
See original GitHub issueEnvironment
Vuetify Version: 2.0.1 Vue Version: 2.6.10 Browsers: Chrome 75.0.3770.142 OS: Windows 10
Steps to reproduce
Just toggle the menu
Expected Behavior
Perfectly vertically-aligned v-list-item
contents
Actual Behavior
The icon part is misaligned. Inserting only 2 childs is fine though.
Reproduction Link
Other comments
This issue can be solved with align-self: center
in the v-list-icon
but, maybe it doesn’t meant to be vertically-centered at all?
Note: v-list-icon
is undocumented in v-list documentation, but the documentation used it in one of the example.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Bug – Report “Page Alignment” property missing whe...
The page alignment option is missing from reports that are published to the web (app.powerbi.com). And whatever option is set for this property ......
Read more >Bug Reports - AppGyver Community Edition - Canny
When compiling the application for android, it presented a bug in video playback, the icons seem to be misaligned here is the print...
Read more >Visual Bugs | Test IO Academy
Visual bugs relate to the graphical user interfaces of websites or apps, e.g.: Layout framework problems such as misaligned texts/elements. A Responsive Design ......
Read more >Ten simple rules for reporting a bug - PLOS
Introduction · Rule 1: Be patient · Rule 2: Check whether the bug is already fixed · Rule 3: Check for a previous...
Read more >Are Bug Reports Enough for Text Retrieval-based Bug ...
Second, we analyze bug report text with and without localization ... vocabulary mismatch (since matching terms between the code identifiers and the bug ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’d imagine centering things would be the ideal/expected result in most cases
This is the default behavior in v3 for
v-list
and only aligns to the top when using lines=“three”. In addition, the recommended way to do this within a card is using the new props or through the default slot.https://codepen.io/johnjleider/pen/bGqjraR
If you have any questions, please reach out to us in our Discord community.