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

Updated Members importer preview table min. height

no refs.

- removed `min-height` of members importer preview table because it caused a weird spacing issue when there were only 1 or 2 columns in the CSV
This commit is contained in:
Peter Zimon 2022-09-16 11:29:10 +02:00
parent 1581f439e9
commit e957c6d3a1

View file

@ -1373,7 +1373,6 @@ p.gh-members-import-errorcontext {
.gh-members-import-scrollarea {
position: relative;
max-height: calc(100vh - 350px - 12vw);
min-height: 175px;
overflow-y: scroll;
margin: 0 -32px;
padding: 0 32px;