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