mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-04 12:39:20 +05:30
11 lines
145 B
SCSS
11 lines
145 B
SCSS
.container {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.item {
|
|
display: inline-block;
|
|
white-space: normal;
|
|
vertical-align: top;
|
|
width: 100%;
|
|
}
|