Skip to content

Commit

Permalink
fix: add missing styling for add existing menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Severin Hauser committed Mar 22, 2023
1 parent 3bbf450 commit 57dc2c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/css/TreeView.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,15 @@
border-top: 1px solid #ccc;
}

.treeview-menu li.treeview-menu__add-existing {
position: relative;
}
.treeview-menu li.treeview-menu__add-existing::before {
position: absolute;
left: 7px;
top: 12px;
}

/**
* Orderable rows
*/
Expand Down

0 comments on commit 57dc2c3

Please sign in to comment.