Limit max-width to TICKScript editor

Solves #3324
pull/10616/head
Óscar de Arriba 2018-05-10 16:46:05 +02:00 committed by GitHub
parent eb73b090cd
commit 49a5f85e1e
1 changed files with 1 additions and 0 deletions

View File

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