Fix: Horizonal scroll lists were ending at the edge of the screen. Using padding instead of margin fixes it.
This commit is contained in:
parent
f21a480fc1
commit
8198d42760
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ html {
|
|||
}
|
||||
|
||||
.card {
|
||||
margin: .375em;
|
||||
padding: .375em;
|
||||
}
|
||||
|
||||
[dir=ltr] .itemsContainer>.card>.cardBox {
|
||||
|
|
|
|||
Loading…
Reference in a new issue