fix(demo): improved code

This commit is contained in:
Sergey Filinsky 2020-09-23 12:39:22 +03:00
parent ab4d64f1d1
commit dbd2d99f9e
12 changed files with 12 additions and 34 deletions

View file

@ -26,7 +26,7 @@
align-items: stretch;
height: 100%;
::ng-deep & *:last-child {
::ng-deep :last-child {
width: 100%;
}
}
@ -52,13 +52,6 @@
.diagram-container {
min-width: 0;
::ng-deep ngx-backend-integration-diagram {
padding-top: 0;
& > * {
position: static !important;
}
}
}
}
}