Skip to content

use divs instead of ul li to avoid GitHub styling

Administrator requested to merge vo/ext-debug-menu-bullet into master

Created by: vanesa

Problem (issue #1765): Our Ext debug menu is showing a bullet point due to GitHub's css styling the li.

Solution: Use divs instead of ul > li to avoid external styling and also improve the appearance of the menu from this: image

to this: image

Merge request reports

Loading