refactor: removed the max-height instead

tested on ipad and in some cases it was still overflowing
This commit is contained in:
kKaskak 2023-12-25 16:24:12 +02:00
parent 0bd7bd7e96
commit 48c23552db

View file

@ -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 {