diff --git a/services/web/frontend/stylesheets/components/card.scss b/services/web/frontend/stylesheets/components/card.scss index 4011281f1a..beeb46b47f 100644 --- a/services/web/frontend/stylesheets/components/card.scss +++ b/services/web/frontend/stylesheets/components/card.scss @@ -182,6 +182,10 @@ .card-body { padding: var(--spacing-10); } + + .btn { + width: 100%; + } } &.card-green-border {