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