mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 05:11:34 +02:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user