Limit max-width to TICKScript editor

Solves #3324
pull/3412/head
Óscar de Arriba 2018-05-10 16:46:05 +02:00 committed by GitHub
parent a37fb2f258
commit 4c79801b56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ $tickscript-controls-height: 60px;
.tickscript { .tickscript {
flex: 1 0 0; flex: 1 0 0;
position: relative; position: relative;
max-width: 100%;
} }
.tickscript-controls, .tickscript-controls,
.tickscript-console, .tickscript-console,