/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
extensions/objects/templates/math-equation-editor.component.html
16 строк
439 B
Shivam Jha
Milestone 1.2 (Migrate away from protractor): Setup webdriverio and migrate few tests suite from protractor to webdriverIO (#15614)
08 июл 2022, 11:23
Не верифицирован
08 июл 2022, 11:23
1bd5ab8
Код
Авторство
О чём код?
<div class="guppy-div-creator e2e-test-guppy-div" (click)="showOSK()"></div> <div *ngIf="warningText.length !== 0" class="alert alert-danger mt-2 mb-4"> {{warningText}} </div> <style> .guppy-div-creator.guppy_active, .guppy-div-creator.guppy_inactive { width: 350px; } @media only screen and (max-width: 767px) { .guppy-div-creator.guppy_active, .guppy-div-creator.guppy_inactive { width: 460px; } } </style>