0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Tier modal benefit box height fix

This commit is contained in:
Peter Zimon 2021-09-01 15:48:17 +02:00
parent e175b97c5e
commit c5e00d71f1

View file

@ -401,7 +401,7 @@
}
.gh-form-edit-product .gh-main-section-content.gh-product-form-benefits {
max-height: 322px;
max-height: 275px;
overflow: scroll;
flex-grow: 1;
padding: 12px 16px 0 0;