fix(grid): (Angular) resize contents to fit wrapper (#859)

This commit is contained in:
Tsvetomir Tsonev 2018-01-22 16:50:38 +02:00 коммит произвёл Alex Gyoshev
Родитель 1efbc8c2a7
Коммит fbd4d8c0f4
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -35,6 +35,7 @@
border-color: inherit;
display: flex;
flex-direction: column;
flex: 1 1 auto;
overflow: hidden;
}