Skip to content
Snippets Groups Projects
Commit 4b1a16dd authored by Matthias Konitzny's avatar Matthias Konitzny :fire:
Browse files

Fixed a problem with lists without bullet points.

parent ce13d732
No related branches found
No related tags found
No related merge requests found
......@@ -254,6 +254,12 @@
overflow: hidden;
}
.neighbor-content-list {
margin: 0;
padding: 0 0 0 20px;
}
.neighbor-content-link {
cursor: pointer;
margin: 1px;
......@@ -296,3 +302,4 @@
height:0;
overflow:hidden;
}
......@@ -99,7 +99,7 @@ class NodeNeighborOverlay {
collTabContent.type = name;
const list = createHTMLElement("ul", collTabContent);
list.style.margin = "0px";
list.classList.add("neighbor-content-list");
collTabContent.list = list;
collTabContent.marker = openMarkerTabs;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment