/
githubmirror
/
algorithm-visualizer
Обзор
Документация
Войти
/
githubmirror
/
algorithm-visualizer
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/components/ResizableContainer/ResizableContainer.module.scss
26 строк
399 B
Jason Park
Rename jsx and scss files
09 июн 2019, 17:39
09 июн 2019, 17:39
60fcab5
Код
Авторство
О чём код?
@import "~common/stylesheet/index"; .resizable_container { flex: 1; display: flex; flex-direction: column; align-items: stretch; min-width: 0; min-height: 0; &.horizontal { flex-direction: row; } .wrapper { flex: 1; display: flex; flex-direction: column; align-items: stretch; overflow: hidden; &.horizontal { flex-direction: row; } } }