Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/components/blueprints/Topology.client.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@
border: $container-border !important;
}

:deep(.material-design-icon > .material-design-icon__svg) {
bottom: 0;
}

:deep(.vue-flow) {
width: 100%;
height: 100%;
Expand Down
Loading