mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05: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:
parent
4eef05a980
commit
775ab9a8d1
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue