mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
refactor: removed the max-height instead
tested on ipad and in some cases it was still overflowing
This commit is contained in:
parent
0bd7bd7e96
commit
48c23552db
1 changed files with 0 additions and 5 deletions
|
|
@ -84,7 +84,6 @@
|
|||
flex-basis: 100%;
|
||||
margin-top: 0.5rem;
|
||||
padding: 0 0.5rem;
|
||||
max-height: 4.8em;
|
||||
color: var(--primary-foreground-color);
|
||||
}
|
||||
}
|
||||
|
|
@ -207,10 +206,6 @@
|
|||
max-height: none;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
|
||||
.description-container {
|
||||
max-height: none;
|
||||
}
|
||||
}
|
||||
|
||||
.buttons-container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue