Skip to content

Commit

Permalink
Fix nodes tree icon position
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Mar 27, 2024
1 parent a679e48 commit c9f0fd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/assets/stylesheets/alchemy/nodes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,13 @@
}

.nodes_tree-left_images {
justify-content: center;
display: flex;
align-items: center;
position: relative;
width: 32px;
height: $sitemap-line-height;
padding: 0 2 * $default-padding;
text-align: center;
}

.nodes_tree-right_tools {
Expand Down

0 comments on commit c9f0fd0

Please sign in to comment.