nycJSorg/angular-presentation

View on GitHub
apps/kirjs/src/app/modules/svg/svg-together-result/svg-together-result.component.css

Summary

Maintainability
Test Coverage
:host {
  height: 100%;
  display: block;
}

:host ::ng-deep svg {
  width: 100%;
  height: 100%;
}

code-demo-editor {
  height: 500px;
  width: 100%;
  display: inline-block;
  border: 1px solid #000;
}

::ng-deep svg {
  width: 500px;
  height: 500px;
  border: 1px solid #999999;
  min-height: 500px;
}