diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss index 5306bd5780..2b83faba82 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss @@ -542,13 +542,29 @@ } .bottom-align-last-entry { - display: flex; - flex-direction: column; + &.no-card { + display: flex; + flex-direction: column; - * { - &:last-child { - flex: 1; - align-content: end; + * { + &:last-child { + flex: 1; + align-content: end; + } + } + } + + &.card { + .card-body { + display: flex; + flex-direction: column; + + * { + &:last-child { + flex: 1; + align-content: end; + } + } } } }