min size for 1x1 cell

This commit is contained in:
Pavel Reznikov 2015-02-27 16:00:02 -08:00
commit 08f001570c
2 changed files with 8 additions and 1 deletions

View file

@ -68,6 +68,8 @@
content: "\f065";
}
.grid-stack-item { min-width: 8.33333333% }
.grid-stack-item[data-gs-width="12"] { width: 100% }
.grid-stack-item[data-gs-width="11"] { width: 91.66666667% }
.grid-stack-item[data-gs-width="10"] { width: 83.33333333% }