/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
adev/src/app/editor/terminal/terminal.component.scss
20 строк
444 B
Matthieu Riegler
docs(docs-infra): move back all xterm code to the fw repo (#55642)
30 май 2024, 17:52
30 май 2024, 17:52
7928e11
Код
Авторство
О чём код?
// Note: disabling the @angular/no-import rule here as it's meant to disable // SASS imports, here we're importing a CSS asset // // stylelint-disable-next-line @angular/no-import @import '@xterm/xterm/css/xterm.css'; .docs-tutorial-terminal { display: block; // adjust height for terminal tabs height: calc(100% - 49px); overflow: hidden; } .docs-tutorial-terminal-only { height: 100%; } .adev-terminal-output { height: 100%; }