diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss index 2f1a9de134..8980f71ed4 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss @@ -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; } }