X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/c29d2f9290ba801c3f89e8034512f2cfc2655f8d..add1f0df981b16a8c55d89089b2f338f77ae77b4:/src/editor/modules/documentCanvas/canvas/gutter.less diff --git a/src/editor/modules/documentCanvas/canvas/gutter.less b/src/editor/modules/documentCanvas/canvas/gutter.less index f34f4eb..b6747a2 100644 --- a/src/editor/modules/documentCanvas/canvas/gutter.less +++ b/src/editor/modules/documentCanvas/canvas/gutter.less @@ -1,10 +1,11 @@ .gutter { display: table-cell; + width: calc(~'100% - 800px'); + min-width: 250px; } .gutter-box { border: 1px solid #ddd; - width: 100%; padding: 5px 10px; position: relative; background-color: darken(#FFFCB7, 15%);