mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-05 04:19:55 +00:00
fix(MetaDetails): layout issue with meta preview
This commit is contained in:
parent
7100eb38ac
commit
65ec8ebc0b
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@
|
|||
}
|
||||
|
||||
.meta-preview {
|
||||
flex: 0 1 40rem;
|
||||
flex: 0 1 auto;
|
||||
align-self: stretch;
|
||||
padding: 0 4rem 2rem 4rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue