2017-07-22 21:27:38 +05:30
|
|
|
.container {
|
2019-11-27 14:33:32 +05:30
|
|
|
white-space: nowrap;
|
2017-07-22 21:27:38 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.item {
|
2019-11-27 14:33:32 +05:30
|
|
|
display: inline-block;
|
|
|
|
white-space: normal;
|
|
|
|
vertical-align: top;
|
|
|
|
width: 100%;
|
2017-07-22 21:27:38 +05:30
|
|
|
}
|