11 lines
149 B
SCSS
Raw Normal View History

2017-07-22 18:57:38 +03:00
.container {
white-space: nowrap;
}
.item {
display: inline-block;
white-space: normal;
vertical-align: top;
max-width: 100%;
}