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