Merge pull request #21352 from overleaf/as-gallery-tags-min-height

Set a minimum height on expanded tags container

GitOrigin-RevId: f8f537815a3b9b3e641b5e9d359964efa88f7808
This commit is contained in:
Jessica Lawshe
2024-10-24 09:26:59 -05:00
committed by Copybot
parent 2536d767c9
commit 9ba53d48d4

View File

@@ -323,6 +323,10 @@
&.all-tags {
max-height: none;
// min-height prevents elements below the tags from moving upwards
// when Show More is clicked
min-height: 102px;
}
}