Fixed error bar from overflowing.

This commit is contained in:
orangemug
2020-02-09 17:23:50 +00:00
parent fe5066a2a4
commit f4c18fd91b
3 changed files with 7 additions and 7 deletions

View File

@@ -21,3 +21,7 @@ $font-family: Roboto, sans-serif;
$toolbar-height: 40px;
$toolbar-offset: 0;
$layout-list-width: 200px;
$layout-editor-width: 370px;
$layout-map-width: calc(100% - #{$layout-list-width + $layout-editor-width});