Skip to content

Commit 6f3b2b7

Browse files
committed
Incorrect display of images in the treeview.
When having an example like: ``` # [![Vim The editor](https://github.com/vim/vim/raw/master/runtime/vimlogo.gif)](https://www.vim.org) ## sect ## sect ### sub sect ### sub sect ``` the text of the sections will be , in the treeview, left panel, mixed with the image whilst in the right panel (the local table of contents) it will be properly displayed (as it will also be properly displayed in the main window). The limiting factor here is the setting of the "height" for the image and this looks like not topo be necessary. The "height was introduced with: ``` Commit: b5d08f6 [b5d08f6] Commit Date: Wednesday, March 19, 2025 9:35:42 PM Modernize HTML look and feel for dir/section arrows ```
1 parent bc44814 commit 6f3b2b7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

templates/html/navtree.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
#nav-tree .item {
6060
margin: 0 6px 0 -5px;
6161
padding: 0 0 0 5px;
62-
height: 22px;
6362
}
6463

6564
#nav-tree {

0 commit comments

Comments
 (0)